C++ Tip: Versioning Serialized Files with Managed C++
Hits: 677
Description: In the previous article on .NET serialization using Managed C++, I illustrated how to uniquely identify serialized files using a GUID as a class member. In this installment, I'll present a step-by-step technique for...