What are (good) online resources to learn C++? Preferably resources focused on programmers with experience in other (object-oriented) languages?
Possible duplicates:
|
4
|
What are (good) online resources to learn C++? Preferably resources focused on programmers with experience in other (object-oriented) languages?
|
||||||
|
|
|
I think the best resource for a start are Four available WikiBooks: |
||
|
|
|
|
Good community that helps is: |
||
|
|
|
|
I've found C++ FAQ Lite to be wonderful. You should read it through. Actually, you should start with this, a newbie section. |
|||
|
|
|
|
Free online books, google around:
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. |
||
|
|
|
http://www.cplusplus.com/ could be a good start. |
||
|
|
|
|
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. |
|||
|
|