Thursday, July 30, 2009

String.h header file in C++ programming?

what are the functionas that i can use using the header file string.h

String.h header file in C++ programming?
Take a look at





http://www.cs.cf.ac.uk/Dave/C/node19.htm...





You can also look at your string.h file directly to see what functions are listed.
Reply:it as all the manupulation function





strlen() string length


strcat() " concat





strcmp comparision





strrev() reverse





and so on


No comments:

Post a Comment