c++ - CImage to CArchive -
c++, visual studio 2010, mfc. how save lot of cimages disk , later load it? i'd use carchive, << , >> operators can't used cimage.
i think should serialize object if want write them disk,when want upload them memory can read them , unserialize.
you can use google's protobuf
serialization or boost_serialization
!
Comments
Post a Comment