Write and read object of class into and from binary file

前端 未结 4 1274
陌清茗
陌清茗 2020-12-31 05:51

I try to write and read object of class into and from binary file in C++. I want to not write the data member individually but write the whole object at one time. For a simp

4条回答
  •  别那么骄傲
    2020-12-31 06:36

    My C++ is pretty rust and highly under-tested, but you may want to take a look at Serialization and Unserialization. FAQ

提交回复
热议问题