fubz Posted March 13, 2006 Report Share Posted March 13, 2006 I'm interested in learning C, does anyone know of some exceptional tutorials or recomend any compiliers or anything like that? Any helpful links would be greatly apreciated. Quote Link to post Share on other sites
Naming is hard Posted March 14, 2006 Report Share Posted March 14, 2006 I'm interested in learning C, does anyone know of some exceptional tutorials or recomend any compiliers or anything like that? Any helpful links would be greatly apreciated.http://www.maththinking.com/boat/booksIndex.htmlTheres alot of Tutorials there, hope that helps Quote Link to post Share on other sites
fubz Posted March 15, 2006 Author Report Share Posted March 15, 2006 I will take a look, also i found this site:http://www.cprogramming.comShould be useful Forgot how popular the C languages are Quote Link to post Share on other sites
Naming is hard Posted March 15, 2006 Report Share Posted March 15, 2006 I will take a look, also i found this site:http://www.cprogramming.comShould be useful Forgot how popular the C languages areReally? for the awhile i couldn't find anything on C, mostly C# and C++ Quote Link to post Share on other sites
jcl Posted March 15, 2006 Report Share Posted March 15, 2006 (edited) Really? for the awhile i couldn't find anything on C, mostly C# and C++Really. C is probably the most popular language in the world. Ignoring Cobol. Edited March 15, 2006 by jcl Quote Link to post Share on other sites
Carnevil Posted March 15, 2006 Report Share Posted March 15, 2006 I'll add this link http://www.cyberdiem.com/vin/learn.html. Naming is hard I don't understand how you couldn't find anything about C, considering it's used to write most *nix OSes that and assembly. Quote Link to post Share on other sites
jcl Posted March 15, 2006 Report Share Posted March 15, 2006 (edited) Compilers:Linux or BSD: GCC is the standard. TCC might be preferable if you don't like the compile/link/crash/debug cycle. ICC might be preferable if you like gratuitous optimization.Windows: Microsoft's C/C++ compiler.Everything else: Vendor compiler or GCC. Edited March 15, 2006 by jcl Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.