本文首发于个人博客https://kezunlin.me/post/6887a6ee/,欢迎阅读! serialize and deserialize a class in cpp Guide how to serialize string size + data The easiest serialization method for strings or other blobs with variable size is to serialize first the size as you…
最近开了boost库的学习,就先从日期时间库开始吧,boost的date_time库是一个很强大的时间库,用起来还是挺方便的.以下算是我学习的笔记,我把它记录下来,以后便于我复习和查阅. #include<iostream>#include<boost/date_time/gregorian/greg_month.hpp>#include<boost/date_time/gregorian/gregorian.hpp> using namespace std;using…