a program which will turn English-like phrases such as "declare foo as array 5 of pointer to function returning int" into C declarations such as "int (*foo[5])()".
a versatile Integrated Development Environment (IDE) for C and C++ on GNU/Linux. It has been written for GTK/GNOME and features a number of advanced programming facilities. (same as http://anjuta.org/)
TCC is heading torward full ISOC99 compliance, includes an optional memory and bound checker. Bound checked code can be mixed freely with standard code. generates optimized x86 code. No byte code overhead. Compile, assemble and link several times faster t