Learning C++ 11

Started by
6 comments, last by Nathan2222_old 10 years, 2 months ago

I last touched upon C++ a few years ago and since then most of my professional work has been in C#. As I'm looking to move country and gain a new career I'm wanting to freshen up my C++ knowledge and skillset.

Can someone recommend the best place on the web, or a book, that I may be able to learn the new C++ standards that have been put in place since I last used it?

Advertisement
The Wikipedia page for C++11 is a reasonable summary if you just want an overview about what's new. For a more comprehensive resource, cppreference.com is probably your best bet. cplusplus.com is another site easily seen in search results, but I would strongly suggest to prefer cppreference.com over cplusplus.com.

If you are not a beginner of the programming in general, i can suggest the one made by the creator of c++: c++Book. I've started with that.

http://herbsutter.com/elements-of-modern-c-style/

From the master himself:

http://www.stroustrup.com/C++11FAQ.html

Doesn't look very stylish, but it's a very good introduction. It also explains the motivation for some changes, e.g. rvalue references (in my opinion the most important C++11 language feature).

If you are not a beginner of the programming in general, i can suggest the one made by the creator of c++: c++Book

4th edition.

UNREAL ENGINE 4:
Total LOC: ~3M Lines
Total Languages: ~32

--
GREAT QUOTES:
I can do ALL things through Christ - Jesus Christ
--
Logic will get you from A-Z, imagination gets you everywhere - Albert Einstein
--
The problems of the world cannot be solved by skeptics or cynics whose horizons are limited by the obvious realities. - John F. Kennedy

If you are not a beginner of the programming in general, i can suggest the one made by the creator of c++: c++Book

4th edition.

Yes, of course, i bought it in May and i'm very satisfied....

If you are not a beginner of the programming in general, i can suggest the one made by the creator of c++: c++Book

4th edition.

Yes, of course, i bought it in May and i'm very satisfied....
It's really confusing for me. Still a beginner

UNREAL ENGINE 4:
Total LOC: ~3M Lines
Total Languages: ~32

--
GREAT QUOTES:
I can do ALL things through Christ - Jesus Christ
--
Logic will get you from A-Z, imagination gets you everywhere - Albert Einstein
--
The problems of the world cannot be solved by skeptics or cynics whose horizons are limited by the obvious realities. - John F. Kennedy

This topic is closed to new replies.

Advertisement