c++
文章平均质量分 53
绿叶白墙
想起什么写什么
展开
-
c++ 使用rapidjson对数据序列化和反序列化(vs2109)
c++ 使用rapidjson对数据序列化和反序列化,json序列化和反序列化原创 2023-09-27 11:14:14 · 1350 阅读 · 0 评论 -
vector 删除元素时报错 vector iterators incompatible
这个原因就是在使用erase 时候, 将返回值赋值给迭代器即:iter = rangePoints.erase(iter)原创 2019-12-26 08:56:18 · 297 阅读 · 0 评论 -
c++ vs2012 使用 zint 生成条形码
第三库的编译太坑了, 稍不留神就出错,连错的位置不知道.感谢这两位博主的指导, 不然估计一直在坑里出来了:https://blog.csdn.net/weiwei9363/article/details/81196646https://www.bbsmax.com/A/kvJ3nD1Xzg/进入正题。1. 下载库,参考上面链接博主的下载地址zlib https://zl...原创 2019-12-13 17:48:23 · 1517 阅读 · 3 评论