Good C++11 resources for advanced programmer

Started by
13 comments, last by mrbastard 11 years, 6 months ago

this is an awesome book. PDF version's out there if you don't want to spend some money on this.

There is no free version unless you download it illegally which is stealing.
Advertisement

There is no free version unless you download it illegally which is stealing.


Tell me... "friend"... When did Saruman the Wise abandon reason for madness?!

[media]
[/media]

Lol, sorry, couldn't resist! biggrin.png But true dat... true dat...

I have bee considering buying that book though because it looks great, like something I could really use.
_______________________________________________________________________________
CEO & Lead Developer at ATCWARE™
"Project X-1"; a 100% managed, platform-agnostic game & simulation engine

Please visit our new forums and help us test them and break the ice!
___________________________________________________________________________________
Not free but probably the best c++11 reference available.

http://www.amazon.co...&keywords=c 11

The first couple chapters are just showing you the big new features. The rest of the book continues showing how to use c++11 including the smaller new features. This is what you want I think.


And yes VS2012 is really good IDE for c++, far better than vs2010. However there are some other free IDE's that are just as good like, QTCreator and Eclipse, QTCreator being the easiest to setup, learn, and get running. Eclipse being the opposite harder to setup and learn but more features than QTCreator or VS2012, ( has a side effect of being hard to learn ) .

So I would suggest VS2012 for windows only projects and QTCreator for cross platform. Both support c++11 compilers (microsoft's and GNU). But neither compiler is completely c++11 standard compliant. It will will be some time until compiler support catches up. However both compilers support the "Big" new features such as memory classes, for each loop, nullptr, ect....

If this post or signature was helpful and/or constructive please give rep.

// C++ Video tutorials

http://www.youtube.com/watch?v=Wo60USYV9Ik

// Easy to learn 2D Game Library c++

SFML2.2 Download http://www.sfml-dev.org/download.php

SFML2.2 Tutorials http://www.sfml-dev.org/tutorials/2.2/

// Excellent 2d physics library Box2D

http://box2d.org/about/

// SFML 2 book

http://www.amazon.com/gp/product/1849696845/ref=as_li_ss_tl?ie=UTF8&camp=1789&creative=390957&creativeASIN=1849696845&linkCode=as2&tag=gamer2creator-20

There's a lot of really good info here:

http://en.wikipedia.org/wiki/C%2B%2B11

Lots of concise introductions and useful examples.
"In order to understand recursion, you must first understand recursion."
My website dedicated to sorting algorithms
From Scott Meyer's blog: the publisher of his Effective series, several Stroustrup books, and the Josuttis books has a 30-40% sale on c++ titles until 30th october.

Probably a good time to invest... biggrin.png
[size="1"]

This topic is closed to new replies.

Advertisement