Click here to Skip to main content
15,910,787 members

Comments by Member 11153987 (Top 1 by date)

Member 11153987 15-Oct-14 0:52am View    
Thanks for your reply.
I run this code in Visual Studio 2012, there is no compile-time error. int:number can be serialized correctly, but char[64]:name can't get the correct value. It's puzzling.
Output:
obj1 = {21, Hello World!}
obj2 = {21, }