C
cdolphin88
Hi,
I'm reading from a .dat file and I want to know the length of the
string .
I' using the stringRef.length () but the compiler said there was an
error
`stringRef' undeclared (first use this function)
Is there any function in C++ to determine the lenght of the string??
Cheers!
I'm reading from a .dat file and I want to know the length of the
string .
I' using the stringRef.length () but the compiler said there was an
error
`stringRef' undeclared (first use this function)
Is there any function in C++ to determine the lenght of the string??
Cheers!