Possible Duplicate:
The Definitive C++ Book Guide and List

Dear internet,

I was wondering if anyone could recommend a good C++ textbook.

I have taken one Computer Science course so far in high school and know a decent amount. The most I've really done was create a buggy, terribly designed dungeon crawler type game along with a black jack game before that (all console). I have also done fairly well on the Waterloo beginners (or whatever it's called) coding contest if anyone is familiar with that.

Something that covers a lot of material (beginner to advanced preferably) and teaches proper program structure would be nice.

Any input would be appreciated, thank you!

Sorry about the post... didn't know about "The Definitive C++ Book Guide and List", sorry.

link|improve this question
feedback

closed as exact duplicate by jweyrich, Kerrek SB, bdonlan, Nicol Bolas, Hans Passant Sep 10 '11 at 23:13

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

1 Answer

The C++ Programming Language by Bjarne Stroustrup

It's just THE C++ book.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.