30 Jun
2010
30 Jun
'10
9 p.m.
Pete Bartlett wrote:
[Snip program that already includes
] try #include
Robert Ramey Really? I thought that since std::string was a primitive type it simply couldn't be serialized through a pointer?
In any case, what you likely want to do is derive from std::string and serialize that. In this way you and assign you're own serialization traits and not effect any other parts of the program.
Pete