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

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

c# - must be a non-abstract type with a public parameterless constructor in redis -