Working with MongoDB in C++ | mongocxx tutorial



Working with MongoDB in C++ | mongocxx tutorial

Working with MongoDB in C++ | mongocxx tutorial

0:00 Intro + What we will build
0:55 Setting up the project
6:10 Creating enumerated types for character size
8:28 Creating an insert function
18:05 Creating an update function
27:11 Creating a remove function

For technologies needed: https://github.com/evanugarte/mongocxx-tutorial#technologies-needed

For the Makefile: https://github.com/evanugarte/mongocxx-tutorial/blob/09dc4bf76d57fe40cf7154a8eb9e7530d49ab536/Makefile

For the setup script: https://github.com/evanugarte/mongocxx-tutorial/blob/09dc4bf76d57fe40cf7154a8eb9e7530d49ab536/setup-mongocxx#

Google C++ Style Guide: https://google.github.io/styleguide/cppguide.html

Comments are closed.