http://GameProgrammer.Com

Programming

GP Mailing List
     Thread Index
     Date Index

ATXGPSIG List
     Thread Index
     Date Index

Google
>

Home

Wise2Food



[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