MongoDB C++ Example,Using MongoDB C++ Driver to operate the database
- 编译环境VS2015及以上
- third_party中的mongo-c-drive为x86库,所以编译/调试时需选择使用x86编译
- 将官方的压缩包boost_1_68_0.7z解压缩至 \third_party\boost\ 路径下。
本项目使用的boost版本为boost_1_68_0,如使用其他版本请更改属性配置文件 mongocxx.props 中的boost路径