0

MongoDB driver for C++ is unbelievably complicated to work with. I want to make a simple C++ project that inserts a row to my MongoDB instance. I need it in a x64 ENV and in VS2010 IDE.

Do you guys maybe have the binaries of the driver or a simple example solution file with it?

The manual at Mongo's website is simply useless.

Thanks!

max2005b
  • 353
  • 1
  • 2
  • 9
  • I assume that you tried the steps here http://www.mongodb.org/about/tutorial/build-mongodb-with-visual-studio-2010/ and something didn't work? Maybe if you describe what problem you ran into someone can figure out what you need to do differently. – Asya Kamsky Mar 20 '13 at 17:03

1 Answers1

1

use C# driver from here http://github.com/samus/mongodb-csharp - it's easy. C++ and C driver I can't understand too.

dyvniy
  • 11
  • 1