String Length.

Aug 8, 2010 at 4:11pm
I was wondering how long a string variable is?


Thanks In Advance!!
Aug 8, 2010 at 4:21pm
Do you ask how to learn how many characters in string ?
Or do you ask what's size of string ?

Is it C string , or C++ string ?
Aug 8, 2010 at 4:30pm
C++, and I was wondering how many characters a string variable could hold.
Aug 8, 2010 at 4:49pm
max_size() ; function returns maximum size of string
http://www.cplusplus.com/reference/string/string/max_size/
Topic archived. No new replies allowed.