Simple Access Berkeley DB Using STLdb4 | Linux Journal Berkeley DB comes with C and C++ APIs. Unfortunately, the C++ API is a thin wrapper neglecting modern C++ designs, such as smart pointers, I/O streams, iterators, operator...
Reviews of C++ Unit Testing Frameworks Links to several reviews of C++ unit test frameworks (tags: C++ unittest) Socket++ - Linuxhacker Socket++ library defines C++ classes that can be used more effectively than directly calling...
I went to SD West 2007 in Santa Clara today and it was pretty interesting. Most of the day was spent in two interesting half-day sessions on C++ design from Kevlin Henney: Programmer's Dozen: Thirteen Recommendations for...
I actually read this nice paper on signals and slots a few months ago, but it was on my tiny little mobile phone screen, so I'm glad that Bruce brought it to my attention again. It has a nice walkthrough of the basic concept and...
GNU Nana is a free library providing improved support for assertion checking (as in assert.h) and logging (printf style debugging) in GNU C and C++. It provides support for some of the ideas of Eiffel, VDM, Z and Anna in GNU...
I've begun playing a bit with the Ux library from Marc Rochkind's book: Advanced UNIX Programming. Ux, recently mentioned by Bruce as well, is essentially a bunch of C++ wrappers for standard POSIX calls. Unfortunately, it didn't...