This section provides useful resources on C programming language for reference.
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 the Usenet newsgroup cover many C programming questions, such as the pointer, null pointer, array and pointer, memory allocation, etc.
C/C++ Tools #
- Netbeans IDE for C/C++
Netbeans IDE helps you develop professional native C/C++ applications for various platforms, including Windows, UNIX, Linux, Mac OS, and Solaris. - Eclipse CDT
It offers a free C/C++ IDE based on the Eclipse platform. Eclipse CDT has many features, including C/C++ project creation, standard make, source code navigation, and a code editor with syntax highlighting. - MinGW
Provides a minimalist development environment for developing native Microsoft Windows applications. MinGW is known as “Minimalist GNU for Windows”
Was this tutorial helpful ?