25 Nov
2006
25 Nov
'06
2:26 a.m.
Larry Smith wrote: I can not get these struct members to
serialize; I get compile errors, e.g. this fails to compile:
ar & fld; // where fld is: char[200]
Hmmm - works for me. The following example compiles just fine.
#include <sstream>
#include