Quick vector question

Started by
20 comments, last by right 19 years, 10 months ago
try this, i''m not sure that you can serialize a std::string:
cout << Inventory.back().name.c_str();

-me
Advertisement
quote:Original post by Palidine
try this, i''m not sure that you can serialize a std::string:
cout << Inventory.back().name.c_str();

-me


thank you!

This topic is closed to new replies.

Advertisement