-
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 the underlying low-level system functions. It has the same interface as that of iostreams so that the users can perform type-safe input output.
(tags: c++ sockets programming)