lonelym 0 Report post Posted August 17, 2007 I've been meaning to learn to write C this week, and I am wondering what site could help me. I have a compiler (DJGPP) and I think it works since my older brother has compiled his C files with it before.Is it better to learn C++ first rather than learn C?Is there a certain sub-forum for C / C++ language here?What site would you suggest that I learn from? Share this post Link to post Share on other sites
dserban 0 Report post Posted August 17, 2007 (edited) If you decide to go with C++ I strongly recommend you check out Bruce Eckel's "Thinking in C++" freebie. His talent for explaining things will make you addicted to reading chapter after chapter while holding your breath.Google for "Thinking in C++" or go to:http://forums.xisto.com/no_longer_exists/P.S. The forum you seem to be looking for is:http://forums.xisto.com/topic/163-forum/ Edited August 17, 2007 by dserban (see edit history) Share this post Link to post Share on other sites
Jeigh1405241495 0 Report post Posted August 17, 2007 I moved your topic to the proper forum, in case you are wondering :blink:Also, if you have object oriented programming experience I'd say learn C. If not, learn C++. This way you get the widest variety of programming experience while still learning many of the same skills. C and C++ are very similar obviously since C++ is built off C so it could also be easier to learn C first then just add in the C++ skills since all the C things will still work in C, but not vice versa.Really either is a good language to know as they both are used in different ways, so either choice is a fine one. Share this post Link to post Share on other sites
Sten 0 Report post Posted August 18, 2007 i would just learn c++ first, it does what C does and more.i use dev c++ to compile things, although theres no visual editor. i have another visual c++ editor though, i rarely use either of them.ive gone off programming pretty much and moved on to web development, no need really to no c++ for web development.x/html, php, css, javascript and ajax stuff like that is all i want/need to no. Share this post Link to post Share on other sites