cplusplus.com
C++ : Users : breadbread1984
 
cplusplus.com
Information
Documentation
Reference
Articles
Forum
User: breadbread1984
Public profile
Send private message


User profile: breadbread1984

User info
User name:breadbread1984
Email:breadbread1984@163.com
Name:Xie Yi
Location:Beijing, P.R.China
History
Joined:
Number of posts:22
Latest posts:

ask for advices
Thank you all for kindly helps. I find that serialization of boost library may work in my sitution. ...

ask for advices
I want to get a backup of a object. So, I was going to write a copy constructor for the class to cop...

ask for advice
I want to maintain a set within which every element is assigned a label among {a,b,c} besides their ...

problem about boost::serialization library
i am using boost serialization library. I have a child class deriving from parent class. Both classe...

what is the problem of this code
The following piece of code can't be compiled by g++. I don't know which rule is violated, or this i...