can anyone recomend a web tutorial that only teaches valid ANSI C, such that when compiled with "gcc -W -ansi -pedantic" it will compile without errors? I've tried to find one but can't, and i'm not even sure if anything like this has be written.
This is a discussion on ansi C tutorial within the C Programming forums, part of the General Programming Boards category; can anyone recomend a web tutorial that only teaches valid ANSI C, such that when compiled with "gcc -W -ansi ...
can anyone recomend a web tutorial that only teaches valid ANSI C, such that when compiled with "gcc -W -ansi -pedantic" it will compile without errors? I've tried to find one but can't, and i'm not even sure if anything like this has be written.
The one's from this site should compile just fine.
http://www.cprogramming.com/tutorial.html#ctutorial