PDA

View Full Version : looking for a good c++ tutorial


snake2
04-09-2004, 07:33
im taking c++ at my school but the teacher doesnt know a damn thing about it anyone know a good tutorial that teaches c++ without needing to know c

Quall999
04-09-2004, 10:10
C++ is just basic C, with more added to it. You don't need to know C at all to learn C++, it just helps since you will likely understand almost everything already.

As for tutorials, well, there aren't really many good ones online. Tutorials may help with specific tasks, but not for learning the entire language. That is why nobody bothers making a complete one online, because thereis so much to it. You will probably have to buy a book if you want to do that.

JonnieDoe
05-09-2004, 14:10
Bruce Eckel's Thinking in C++ (http://www.mindview.net/Books/TICPP/ThinkingInCPP2e.html) is said to be good; I didn't try it myself yet though. I'm using some German tutorial, but after I'm through with that, I'll start on Bruce Eckel's book too.

SCVirus
10-09-2004, 22:53
C++ is just C with memory leaks.