Standard C library
-
hi, can anyone list me some of the most popular string manipulation function and some explanation on that from the standard C library. Thanks
your best bet is to go buy a copy or K&R's "The C Programming Language". but, you could also try the MSDN. here, i'll do it for you: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vclib/html/_crt_string_manipulation.asp[^] -c
Alcohol is the anesthesia by which we endure the operation of life. -- George Bernard Shaw
-
hi, can anyone list me some of the most popular string manipulation function and some explanation on that from the standard C library. Thanks
First of all, unless you're using C and not C++, all the char * stuff is pure evil and should be avoided. Secondly, google is your friend. So is the msdn site, it is full of this information. Christian Hey, at least Logo had, at it's inception, a mechanical turtle. VB has always lacked even that... - Shog9 04-09-2002 During last 10 years, with invention of VB and similar programming environments, every ill-educated moron became able to develop software. - Alex E. - 12-Sept-2002
-
your best bet is to go buy a copy or K&R's "The C Programming Language". but, you could also try the MSDN. here, i'll do it for you: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vclib/html/_crt_string_manipulation.asp[^] -c
Alcohol is the anesthesia by which we endure the operation of life. -- George Bernard Shaw
Chris, I guess you will always be a nicer guy than I..... Christian Hey, at least Logo had, at it's inception, a mechanical turtle. VB has always lacked even that... - Shog9 04-09-2002 During last 10 years, with invention of VB and similar programming environments, every ill-educated moron became able to develop software. - Alex E. - 12-Sept-2002
-
Chris, I guess you will always be a nicer guy than I..... Christian Hey, at least Logo had, at it's inception, a mechanical turtle. VB has always lacked even that... - Shog9 04-09-2002 During last 10 years, with invention of VB and similar programming environments, every ill-educated moron became able to develop software. - Alex E. - 12-Sept-2002
think of it this way: give a programmer an answer and he'll be back tomorrow for another. teach him to use the MSDN and he can look it up his damn self. -c
Alcohol is the anesthesia by which we endure the operation of life. -- George Bernard Shaw
-
Hi thanks, frankly i did not know that the MSDN was available online. I always thought it was on a CD. Thanks. I totally agree with your anecdote, Teach a hungry man to fish, don't give him a fish!! Thanks
Vishwadev wrote: Hi thanks :) anytime -c
Alcohol is the anesthesia by which we endure the operation of life. -- George Bernard Shaw
-
think of it this way: give a programmer an answer and he'll be back tomorrow for another. teach him to use the MSDN and he can look it up his damn self. -c
Alcohol is the anesthesia by which we endure the operation of life. -- George Bernard Shaw
-
think of it this way: give a programmer an answer and he'll be back tomorrow for another. teach him to use the MSDN and he can look it up his damn self. -c
Alcohol is the anesthesia by which we endure the operation of life. -- George Bernard Shaw
I meant that I just told him to go look at the MSDN, while you kindly went and generated a link for him. Christian Hey, at least Logo had, at it's inception, a mechanical turtle. VB has always lacked even that... - Shog9 04-09-2002 During last 10 years, with invention of VB and similar programming environments, every ill-educated moron became able to develop software. - Alex E. - 12-Sept-2002
-
I meant that I just told him to go look at the MSDN, while you kindly went and generated a link for him. Christian Hey, at least Logo had, at it's inception, a mechanical turtle. VB has always lacked even that... - Shog9 04-09-2002 During last 10 years, with invention of VB and similar programming environments, every ill-educated moron became able to develop software. - Alex E. - 12-Sept-2002
mostly because i see that particular MSDN page at least once a week and knew right where to find it. -c
Alcohol is the anesthesia by which we endure the operation of life. -- George Bernard Shaw