Saturday, May 22, 2010

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

lady palm

No comments:

Post a Comment