Skip to content

yyt6801/mongodb-cxx-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mongodb-cxx-example

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路径

About

MongoDB C++ Example,Using MongoDB C++ Driver to operate the database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages