boost serialization
20 Jan
2016
20 Jan
'16
1:49 p.m.
I use boost serialization in my project. I I conducted f an experiment: 1) I removed one line with the data in the boost archive file. 2) I started my project. 3) All variables initialized in the constructor. 4) Value of variables loaded from boost archive in order . 5) When queue comes to removing values , I get exeption (I handle exeption with try-catch ) and file didn't read to end and close. 6) But this variable is equal to the value next after removal . My question: why this variable is equal to the value next after removal . if this variable has value from constructor than it is more logic. -- Виктория Доможакова
3233
Age (days ago)
3233
Last active (days ago)
0 comments
1 participants
participants (1)
-
Виктория Доможакова