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...
Add a Comment
Comments are closed.