Yesterday I figured out that I needed to add the flag ios_base::binary when I wrote to and read from file streams. That took me ages to figure out. I never had to do it when I was working in a Linux environment. Silly Windows.
Time to see if I can make compiling and linking faster.
Compiling still takes a while but linking only takes 5 seconds when I disable serialization code by using a macro.
Linking only takes five seconds if I build my basic serialization example.
RELATED
No comments:
Post a Comment