2017年12月27日
摘要: c++的智能指针在标准库中有四种auto_ptr、 unique_ptr、 shared_ptr、 weak_ptr 具体四种智能指针的使用场景和优缺点需要进一步学习。 博文地址: http://blog.csdn.net/zsc_976529378/article/details/52250597 阅读全文
posted @ 2017-12-27 20:54 非宁静,无以致远 阅读(1906) 评论(0) 推荐(0) 编辑
摘要: 安装好c++的驱动后,对API进行了测试。官方api:https://mongodb.github.io/mongo-cxx-driver/api/legacy-1.0.0/ 参考的代码博文:https://www.cnblogs.com/edgarli/archive/2013/04/27/304 阅读全文
posted @ 2017-12-27 00:19 非宁静,无以致远 阅读(1717) 评论(0) 推荐(0) 编辑