C
C is a very powerful language. C is used extensively, and has been since the 1970's when it was created.
You will often see the term C/C++. This is a reference to C++ and C being related. Do not think that learning one will make it easy to use the other, they are very different languages, with similar syntax.
Note: If you see any C tutorial that has "void main()", change "void" to "int" and have main return 0
Software
- Linux
- GCC (build-essential)
- Tcc (tcc)
- Mac OS
- Windows
Learn C
References
- C Standard Library
- The C Library Reference Guide
- C Functions (Has Ansii, Posix, and others)
- GNU C Library
- The C Preprocessor
Learning
- The GNU C Programming Tutorial
- A C Introductory Course
- Free Books
- Teach Yourself C in 24 Hours
- C Programming Tutorials
- The C Book
- K&R version 4 Tutorial
- Tutorials
- C Basics
- C Programming Site
Networking
Articles
page revision: 2, last edited: 11 May 2009 15:36





