vote up 3 vote down star
4

What are (good) online resources to learn C++? Preferably resources focused on programmers with experience in other (object-oriented) languages?

Possible duplicates:

flag

google.com – Ed Swangren May 26 at 7:14
Sadly enough, it's not always clear what are good resources and which are focused on people with programming experience. – Peter Smit May 26 at 7:16
The "possible duplicates" are or focused on or specific c programmers or on books. My question is about online (free) resources or tutorials for programmers with experience in other languages. – Peter Smit May 26 at 7:23

6 Answers

vote up 2 vote down check

I think the best resource for a start are Four available WikiBooks:

  1. C++ Programming
  2. More C++ Idioms
  3. Optimizing C++
  4. Understanding C++
  5. C++ Programming As A Set Of Problems
link|flag
vote up 1 vote down

Good community that helps is:
http://www.cpplc.net/forum/

link|flag
vote up 3 vote down

I've found C++ FAQ Lite to be wonderful. You should read it through. Actually, you should start with this, a newbie section.

link|flag
vote up 1 vote down

Free online books, google around:

Thinking in C++, 2nd ed. Volume 1
Thinking in C++, Volume2

by Bruce Eckel

I have a local copy and I've used them quite a lot for references, first Volume explain basics (most of the stuff you need to know to write c++ application). Second part goes into templates, exceptions, io and nifty stuff like that.

link|flag
vote up 1 vote down

http://www.cplusplus.com/ could be a good start.

link|flag
vote up 1 vote down

Have you used the search feature? I quickly found this thread. Depending on what language you're coming from (you haven't specified), threads like this may also be relevant.

No matter your skill level, I always find learncpp.com/ to be a great resource to brush up on your skills. It is also more thorough than most of the other front-page results on google for "C++ Tutorial" and such.

link|flag

Your Answer

Get an OpenID
or

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