Although I nowadays do not actively work with C++, I can recommend some C++ libraries or tools, written or recommended by my (former) students.
- templog:
A Templated Logging Library, which is much more efficient than traditional C++ logging approaches, because of heavy usage of template metaprogramming in the logging macros.