Skip to content
Andrew C. Morrow edited this page Aug 15, 2014 · 42 revisions

The C++ driver builds on x86 and x86-64 architectures for Linux, Mac OS X, Windows, FreeBSD and Solaris.

The MongoDB C++ driver library includes a bson package that implements the BSON specification (see http://www.bsonspec.org). This library can be used standalone for object serialization and deserialization even when one is not using MongoDB at all.

Getting Started

  • [Download and Compile](Download and Compile)
  • Getting Started with the C++ Driver
  • [BSON Helper Functions](BSON Helper Functions)
  • [Breaking changes between 26compat and legacy](Breaking changes between 26compat and legacy)
  • [Configuring the legacy-0.9+ driver](Configuring the Legacy Driver)

Documentation

Clone this wiki locally