Donnerstag, Juni 11, 2015

Elements of Modern C++ Style

http://herbsutter.com/elements-of-modern-c-style/

  • auto
  • smart pointers
  • nullptr
  • Range for
  • begin(x), end(x)
  • lambdas []() { return 1;}
  • move semantics with move and &&
  • initialize multiple values with {}

Keine Kommentare: