2010-08-23, 11:01 PM
I'm not a C++ programmer, but I can guess.
c_str is your friend.
The traditional C++ string is a Pascal string in that it has no null terminator. If you want the null terminator, you have to call the c_str method.
c_str is your friend.
The traditional C++ string is a Pascal string in that it has no null terminator. If you want the null terminator, you have to call the c_str method.
