A C++ project without Qt
My primary language is Smalltalk (Pharo and GNU Smalltalk) and I didn’t write much C++1x code yet and for a new project I decided to use C++ and experiment. The task was rather simple, receive a message, check if this message type needs to be re-written, start to parse it, make a MongoDB look-up, patch it, send it. While looking for MongoDB drivers for Qt I only found the pure C++ driver that is working with std::string, exceptions and only…