Memory management of C libraries in C++ -- Kevin Dungs
In the "better C than C" department:
Memory management of C libraries in C++
by Kevin Dungs
From the article:
Today I had some time to play around with libgit2, an excellent C-library for Git. But since I was thinking about using it together with the freshly released Proxygen, the fast HTTP-framework from Facebook, I wanted to use the library functions from C++ from the start.
This was a perfect opportunity to play around with C++ memory management objects in the context of a C-library...

The January C/
E.S.R. Labs presents its STL library adapted to embedded environments and discusses some of the choices they made for it:
Valgrind, a useful tool for any C++ developer released a new version today: