[Ask HN]Good book/tutorial on learning C++
So I just started learning programming and have only taken two classes of Java in school. My next class will be more Java or C++ (not sure which yet since all the Computer Science classes are full so I might not get into either) so I thought I would spend my summer learning something. Anyone know of a good C++ book or tutorial for noobs?
5 comments
[ 7.6 ms ] story [ 32.7 ms ] threadYou are better off honing your skills in some powerful scripting languages such as Python or Perl, or even by starting with C itself, and perfecting that before tackling C++.
The Stroustroup book is a good reference.
I agree that you should start by learning Python, and then C (read K&R) and then worry about C++