Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Possible Duplicate:
The Best Place to Start Learning C++

Hi All, As a bit of a side project while I'm on my summer break from uni, I've decided to have a look at C++, and get the hang of the basics.

I'm by no means a programming novice, I've done web development before with PHP and Ruby, and I've done a fair bit of work with compiled languages (Java / C#). However, C++ seems to be a more significant undertaking. Basically I'm wanting pointers to the best resources for learning C++, as well as some idea as to areas I could do with reading up on (That I might not have come across before).

Any help would be hugely appreciated.

Thanks

share|improve this question
2  
stackoverflow.com/questions/388242/… – anon Jun 5 '10 at 13:10
@Neil: Thanks for finding that. I was strongly suspicious when I read the question that it had to be a duplicate, but the original didn't show up in the Related side bar. (...and now I see I even answered that one a while back.) – Bill the Lizard Jun 5 '10 at 13:16

marked as duplicate by Neil Butterworth, Bill the Lizard Jun 5 '10 at 13:15

This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.

3 Answers

up vote 2 down vote accepted

A fun way to learn a language is to do Project Euler problems in it. It won't suffice but it's a start, especially if you find it tedious to read books.

share|improve this answer
2  
If you find it tedious to read books, you are extremely unlikely to be able to learn C++. – anon Jun 5 '10 at 14:51

C++ Primer is a great book to learn C++ from scratch, particularly if you've programmed in other languages before.

share|improve this answer
Anyone pointing to Lippman's book gets a +1 from me – Dan Jun 5 '10 at 15:23

get Accelerated C++ by Andrew Koenig et al

share|improve this answer
1  
Et wife, actually. – anon Jun 5 '10 at 13:14
@Neil: You mean et marita ;-) – FredOverflow Jun 5 '10 at 14:28

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