Programming in c
Revision as of 04: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...")
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!