Serializing struct containing char*

Posted by Dave18 on Stack Overflow See other posts from Stack Overflow or by Dave18
Published on 2010-04-28T13:49:13Z Indexed on 2010/04/28 13:53 UTC
Read the original article Hit count: 179

Filed under:
|
|

I'm getting an error with serializing a char* string error C2228: left of '.serialize' must have class/struct/union I could use a std::string and then get a const char* from it. but I require the char* string.

© Stack Overflow or respective owner

Related posts about c++

Related posts about boost