Hi,
I want to learn C++ and searched the web for books, tutorials and websites but didn't find a source where they teach you C++ with C++11 in mind like this answer suggests: http://programmers.stackexchange.com/a/101456
Suggestions are appreciated!
Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Hi,
I want to learn C++ and searched the web for books, tutorials and websites but didn't find a source where they teach you C++ with C++11 in mind like this answer suggests: http://programmers.stackexchange.com/a/101456
Suggestions are appreciated!
There aren't many C++11 first resources out there, but you may be happy to know we're looking into providing just this!
Stay tuned.
C
Wikipedia for an overview, and the C++11 paper proposals are good resources
5 hours ago, Ion Todirel wrote
Wikipedia for an overview, and the C++11 paper proposals are good resources
They aren't tutorials though. If you don't know any C++ but want to learn it from scratch the C++11 way, those are more than likely to confuse you rather than help.
@felix9: The OP is looking for how to learn C++ by learning C++11 from the outset. C++11 is really a new language compared to earlier versions (the way you program C++ is different, it's more modern and it's best to learn C++ for the first time by learning it's latest incarnation - there is a lot of truth in this).
Bjarne's next book won't be available until late March, 2013. There are no stepwise tutorials available, at least that I can find. C9 in partnership with the VC team may solve this problem in the coming months...
To begin, for now, I'd recommend watching Bjarne's keynote from last year's GoingNative conference. It's a little more advanced than a purely introductory treatment, but it's a good start and adds meaning to the second sentence of this reply:
http://channel9.msdn.com/Events/GoingNative/GoingNative-2012/Keynote-Bjarne-Stroustrup-Cpp11-Style
C
OK. The efforts by C9/VC teams are very welcome. ![]()
But those books I mentioned are all new editions revised for C++11, published in 2012.
In this edition, we have completely revised the C++ Primer to use the latest standard.
for examples, it introduces 'auto' before 'struct'. and it explains new/delete briefly AFTER introducing shared_ptr, with lots of cautions and warnings, recommending the use of smart pointers as the best practices.
http://my.safaribooksonline.com/book/-/9780133053043/part-iidot-the-cplusplus-library/ch12
@felix9: I wasn't disagreeing with your recommendation, Felix. An introduction to C++11 for folks with no C or C++ knowledge is specifically what I'm addressing. There are indeed opportunities to teach C++11 in a new light, in new ways, not taking away from excellent work already published and soon to be released in documenting and teaching C++11. The happiness of and.
C
This is something i am really interested in at the moment. I currently work with C#/XAML. However i am looking at expanding my skillset a little, and the choice seems to be C++ or HTML/JS. While i think that HTML/JS will be easier as i have a background with this C++ just sounds more interesting at the moment. Its also nice that with Win8 you still get to play with XAML when using C++ ![]()
At the moment i am just looking at the two for doing some very basic game development in my spare time. C++ and DirectX maybe overkill for this, but again back to my above comment. C++ i think will be more interesting.
Thanks for the links to the book. Also there seems to be an good C++ section on Pluralsight by Kate Gregory. Although i can't tell how upto date that is in terms of the modern way to learn C++, so far its been quite good.
Add your 2¢