摘要:
c++的智能指针在标准库中有四种auto_ptr、 unique_ptr、 shared_ptr、 weak_ptr 具体四种智能指针的使用场景和优缺点需要进一步学习。 博文地址: http://blog.csdn.net/zsc_976529378/article/details/52250597 阅读全文
摘要:
安装好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 阅读全文