Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>There is a ton of stuff on this very site - some of the posts include very informative discussion. I would point you to Google but it's going to be more efficient to search in <a href="https://stackoverflow.com/questions/tagged/c%2b%2b0x">C++0x tagged posts</a> here imo. </p> <p>Here's <a href="https://stackoverflow.com/questions/3645326/new-version-of-c">a good one</a> to start with, which includes indirection to <a href="http://www2.research.att.com/~bs/C++0xFAQ.html" rel="nofollow noreferrer">Stroustrup's own summary</a>. Scott Meyers has presentation materials on the topic <a href="http://www.artima.com/shop/overview_of_the_new_cpp" rel="nofollow noreferrer">here</a>.</p> <p>Check up on your favourite compiler's support for the new version. Microsoft VC10 support is summarized <a href="http://blogs.msdn.com/b/vcblog/archive/2010/04/06/c-0x-core-language-features-in-vc10-the-table.aspx" rel="nofollow noreferrer">here</a>. GCC info can be found <a href="http://gcc.gnu.org/projects/cxx0x.html" rel="nofollow noreferrer">here</a>.</p> <p>Official state of the standard for the language is available <a href="http://www.open-std.org/jtc1/sc22/wg21/" rel="nofollow noreferrer">here</a>. Evolution of the language is in many places tied to ongoing work in Boost. See <a href="https://stackoverflow.com/questions/2193605/which-boost-libraries-are-heading-for-tr2">here</a> for some info on that.</p> <p>Honestly my preference these days is to look here for 99% of needed info rather than resort to a book.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload