Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am looking for some suggestions for resources (preferably books) for brushing up on C++. I taught myself C++ in highschool, and also took an OOP course in university that covered C++ again (as well as Smalltalk); however, I have been primarily a PHP and Ruby on Rails developer for the past 8+ years, and while I consider myself to be very strong with those languages, my C++ skills have slipped due to disuse.

I'm not looking for a beginner book, I know how C++ works syntactically. I am looking more for something that will give me a good start at getting into advanced aspects of the language. For instance, I have a good understanding of OOP principles, but could probably use a refresher for OOP within C++.

Does anyone have any suggestions for C++ resources for someone with a good base of knowledge that's looking to expand on it?

Update: Thank you very much for everyone's book suggestions! I'm not sure which answer to accept as I obviously haven't read any of the books yet, but I've got a nice list of books to start with now.

share|improve this question
See also the "online resources" question: stackoverflow.com/questions/45175/resources-online-to-learn-c – Daniel Daranas Oct 7 '09 at 11:02

closed as not constructive by casperOne Feb 6 '12 at 17:05

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

12 Answers

up vote 7 down vote accepted

I've always liked Lippman et al's C++ Primer -- don't let the title fool you, it's going to "give you a good start on the advanced aspects" as you desire, it's quite thorough.

share|improve this answer
1  
+1 Really a great book. – Lennart Jun 16 '09 at 18:22
1  
+1 Agreed. Excellent read. A good combination of both explanation and reference. – Jay Atkinson Jun 16 '09 at 18:25
+1 as well. I tell everyone "get this before Stroustrup". Probably makes me a heretic but what the hey... – Dan Jun 17 '09 at 3:54
No heresy -- language-design skill does not necessarily imply top writing and teaching skills... e.g., I mostly use a language designed by my good friend Guido, and it's a MUCH better language than if I had designed it, but nevertheless -- I claim that I write better books and give better presentations than he does!-). – Alex Martelli Jun 17 '09 at 4:03

I'd buy and read books like Effective C++ and More Effective C++. They're good at helping you learn more about C++ without spending too much time on the basic syntax.

share|improve this answer
1  
+1 Required reading again and again... – Jay Atkinson Jun 16 '09 at 18:30
+1 A C++ junk cleaner – siddhant3s Jun 16 '09 at 20:27
Slam dunk answer, but always the right one – Dan Jun 17 '09 at 3:53

I don't normally recommend Stroustrup's "The C++ Programming Language" as a tutorial, but in your case I think it would be the right choice. I'd supplement it with Josuttis's "The C++ Standard Library".

share|improve this answer
1  
+1 another great book that combines tutorial and reference! A must have – Jay Atkinson Jun 16 '09 at 18:30

Accelerated C++ is a good one IMHO.

share|improve this answer
Accelerated C++ is a great book. It does start from the very beginning, quickly jumps into the STL, and then gets into OOP and inheritance. I strongly recommend it. – AFoglia Jun 17 '09 at 14:06

Bruce Eckel's books Thinking in C++ I and II there is also on-line version: http://www.mindview.net/Books/TICPP/ThinkingInCPP2e.html

and C++ FAQs http://www.amazon.com/FAQs-2nd-Marshall-P-Cline/dp/0201309831

also I would recommend to study QT sources and docs.

share|improve this answer
+1 for Cline's FAQs book. – Dan Jun 17 '09 at 4:11
+1 FAQs is a great C++ book. The related website parashift.com/c++-faq-lite contains material along the same lines, but the book goes into more detail. – markh44 Jun 17 '09 at 7:50
+1 for FAQ. and Thinking in C++ isn't a brush up book, it consists of 1600 something pages in 2 volumes. – Comptrol May 23 '10 at 7:43

Anything by Herb Sutter will be at your level and help sharpen you.

For example, his C++ Coding Standards book, his first Exceptional C++ book and his second Exceptional C++ book, and his Exceptional C++ Style book.

Dewhurst's "C++ Gotchas" is damn good too, should be required reading for intermediate C++ users.

And just one more plug for Lippman's "C++ Primer" (4th edition) -- full of content, great layout, easy to bounce around, very well-written.

share|improve this answer

This may seem a little strange, but I also recommend Head First: Design Patterns The code in the book is Java, but you can easily do the exercises in C++ as I did. So, by doing the exercises in C++, you're exercising your C++ skills. I found it very helpful in getting a grasp on how Design Patterns work. The book is written in a very humorous and engaging way (unlike the seminal reference book:Design Patterns), and it helps you get a feel for patterns. I can't think of a more advanced topic than this, and it applies to all OOP languages.

share|improve this answer
1  
If your going to the patterns route, I would also recommend James Coplein's classic, Advanced C++: Programming Styles and Idioms (amazon.com/Advanced-C-Programming-Styles-Idioms/dp/0201548550). This book pre-dates the GoF book and contains many of the source concepts that fueled the Design Patterns movement. – Jeff Leonard Jun 16 '09 at 19:25
I'll have to check that on out! – Jay Atkinson Jun 16 '09 at 20:40

As well as Stroustrup's and Meyers' books mentioned in other answer, Design Patterns by Gamma et. al.: it's good for OOP within C++. Also, Refactoring by Fowler, which can be seen as a catalog of alternative OODs.

share|improve this answer
The questioner is already confident of his OO skills, and "Refactoring" is in Java. (Not that it isn't more widely applicable, but it isn't a C++ refresher.) – David Thornley Jun 16 '09 at 18:45
"Refactoring" is in Java? I'd forgotten that. Anyway, I was concentrating my answer on "could probably use a refresher for OOP" since other people had answered about C++. FWIW the first few books I read about C++ specifically were Thinking on C++ (how to read the syntax), Effective C++ (how to avoid shooting self in foot), Design Patterns (examples of why you might want to use a programming language that supports OOP), and Stroustrup's (more details e.g. the STL). – ChrisW Jun 16 '09 at 18:53

You can take a class at your local college, or perhaps get the C++ book by Stroustrup.

share|improve this answer

Try this: http://homepage.mac.com/s_lott/books/oodesign.html#book-oodesign

It's biased toward Java and Python, but, you should be able to do all the exercises in C++ just as well.

share|improve this answer

For an online reference C/C++:

Check out:

http://www.cprogramming.com/

There message board are good as well:

http://cboard.cprogramming.com/

Go to Deitel .com and have a whole listing of beneficially sites online..look on the left side...

http://www.deitel.com/ResourceCenters/Programming/C/tabid/224/Default.aspx

share|improve this answer

All the usual suspects have been hit up. I'd also check out

Essential C++ By Stanley B. Lippman

Also you can't go wrong with the C++ Programming Language, by Mr Stroustrup himself.

share|improve this answer

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