C, C++ and C#

C driver

  • Download from
    github.com/mongodb/mongo-c-driver
  • make
  • make install
  • make test
  • compile
    		gcc --std=c99 -I/usr/local/include -L/usr/local/lib \
    -o example docs/examples/example.c -lmongoc
  • make clean
  • Run the tests and example program



>>
 


+ o -