View Full Version : looking for a good c++ tutorial
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.
C++ is just C with memory leaks.
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.