02 Jun 25
31 Dec 10
libdivide has both a C and a C++ interface.
25 Jun 10
Highly configurable, easily modifiable source code beautifier for C, C++, C#, ObjectiveC, D, Java, Pawn and VALA.
04 Nov 09
Compile code of major languages and send the link to the output to your collaborators.
17 Oct 09
The Boehm-Demers-Weiser conservative garbage collector can be used as a garbage collecting replacement for C malloc or C++ new. It allows you to allocate memory basically as you normally would, without explicitly deallocating memory that is no longer useful. The collector automatically recycles memory when it determines that it can no longer be otherwise accessed.