Search code examples
c++c++11reference-manual

Where can I learn more about C++0x?


I would like to learn more about C++0x. What are some good references and resources? Has anyone written a good book on the subject yet?


Solution

  • Articles on

    Lambda Expressions,

    The Type Traits Library,

    The rvalue Reference,

    Concepts,

    Variadic Templates,

    shared_ptr

    Regular Expressions

    Tuples

    Multi Threading

    General Discussion

    The C/C++ Users Journal,

    The New C++,

    Article

    Videos

    Google tech talk

    overview of various features

    overview at wikipedia

    Library

    Boost