C++ 11 Standard

C++ 11 Standard

Maybe I am a bit late, but there is a new C++ 11 standard with really cool features.

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

E.g.

  • Range-based for loop („for_each“)
  • nullptr
  • Lambda functions

Complete reference at http://en.cppreference.com/w/cpp

 

One thought on “C++ 11 Standard

Leave a Reply

Your email address will not be published. Required fields are marked *