|
||
|
GP Mailing List
ATXGPSIG List
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [gameprogrammer] Is this valid?
std::string s;
s.reserve(strlen("Hello world"));
strcpy(s.c_str(), "Hello world");
---------------------
To unsubscribe go to http://gameprogrammer.com/mailinglist.html
|
|