Best Advanced C++ book?

D

Dasuraga

I've been programming in C++ for a while now, but the only "real"
training material I have is "C++ for dummies"(to make things even
worse, it's the fourth edition,which doesn't even cover STL, and it's
somewhat outdated). I really want to get a book that covers more
advanced topics like the STL and stream I/O in detail, but I have
absolutely no clue which books are really teaching books, and which
ones are just references. So, I ask you, comp.lang.c++, do you have
any suggestions for some good intermediate c++ books?
 
I

Ian Collins

Dasuraga said:
I've been programming in C++ for a while now, but the only "real"
training material I have is "C++ for dummies"(to make things even
worse, it's the fourth edition,which doesn't even cover STL, and it's
somewhat outdated). I really want to get a book that covers more
advanced topics like the STL and stream I/O in detail, but I have
absolutely no clue which books are really teaching books, and which
ones are just references. So, I ask you, comp.lang.c++, do you have
any suggestions for some good intermediate c++ books?

What else but "the C++ programming Language"?

Advanced books tend to specialise on certain aspects of the language.
 
B

barcaroller

I really want to get a book that covers more
advanced topics like the STL and stream I/O in detail, but I have
absolutely no clue which books are really teaching books, and which
ones are just references. So, I ask you, comp.lang.c++, do you have
any suggestions for some good intermediate c++ books?

There are dozens but the ones that I would always recommend are the
"Effective C++" series by Scott Meyers (3 books) and the "Exceptional C
++" series of books by Herb Sutter (also 3 books).
 
P

Puppet_Sock

I've been programming in C++ for a while now, but the only "real"
training material I have is "C++ for dummies"(to make things even
worse, it's the fourth edition,which doesn't even cover STL, and it's
somewhat outdated). I really want to get a book that covers more
advanced topics like the STL and stream I/O in detail, but I have
absolutely no clue which books are really teaching books, and which
ones are just references. So, I ask you, comp.lang.c++, do you have
any suggestions for some good intermediate c++ books?

Look here.

http://accu.org/

See the book reviews. Read. Enjoy. Later we'll talk.
Socks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,055
Latest member
SlimSparkKetoACVReview

Latest Threads

Top