Sunday, March 27, 2011

Finding the length of a inputed string in C++?

You're using character arrays, not strings. I wrote a custom str_len() function to figure out the length of a true C++ string. There are several methods to find the length of a string.

No comments:

Post a Comment