Programming in c

From Freephile Wiki
Revision as of 05:47, 10 July 2013 by Freephile (talk | contribs) (Created page with "== Intro to C Programming == cprogramming.com is a good website to start learning about programming with the C language. There is a [http://www.cprogramming.com/tutorial/c-t...")

(diff) ← Older revision | Approved revision (diff) | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Intro to C Programming[edit | edit source]

cprogramming.com is a good website to start learning about programming with the C language. There is a tutorial to start with that covers all the basics.

Then they cover Makefiles too since Make is a very widely used build tool for the C language.

The GNU C compiler is a large and complex program unto itself. There are several hundred options for optimization alone!