C++ Language Center

A C++ driver is available for communicating with the MongoDB.  As the database is written in C++, the driver actually uses some core MongoDB code -- this is the same driver that the database uses itself for replication.

The driver has been compiled successfully on Linux, OS X, Windows, and Solaris.

Additional Notes
  • The Building documentation covers compiling the entire database, but some of the notes there may be helpful for compiling client applications too.
  • There is also a pure C driver for MongoDB.  For true C++ apps we recommend using the C++ driver.


Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.

PLEASE POST QUESTIONS IN THE USER GROUPS FORUM. Post non-question comments and helpful hints here.

blog comments powered by Disqus