Programming in c

From Freephile Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Intro to C Programming[edit]

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!