In this section, you will find useful resources of C programming language for references.
C References
- C (programming language)
C programming language article on Wikipedia. - The Development of the C Language
This is an interesting page about C language history development - C FAQs
Common C FAQs published by Usenet newsgroup covering a lot of C programming questions such as the pointer, null pointer, array and pointer, memory allocation…
C/C++ Tools
- Netbeans IDE for C/C++
Netbeans IDE helps you to develop professional native C/C++ application for various platforms including Windows, UNIX, Linux, Mac OS, and Solaris. - Eclipse CDT
Offers the C/C++ IDE based on the Eclipse platform for free. Eclipse CDT has a lot of features including C/C++ project creation, standard make, source code navigation, code editor with syntax highlighting, etc. - MinGW
Provides a minimalist development environment for developing native Microsoft Windows applications. MinGW is known as “Minimalist GNU for Windows”
Was this tutorial helpful ?