Difference between revisions of "Modern & Idiomatic C++14"

From Gridkaschool
 
Line 1: Line 1:
In case you're looking at this before the workshop, have a look at
 
* http://wiki.scc.kit.edu/gridkaschool/index.php/From_C%2B%2B03_to_C%2B%2B11
 
* https://github.com/daniel-j-h/cpp11-snippets
 
* https://github.com/daniel-j-h/cpp14-snippets
 
 
 
==Modern & Idiomatic C++14==
 
==Modern & Idiomatic C++14==
 
* Daniel J H, Mapbox
 
* Daniel J H, Mapbox

Latest revision as of 19:13, 1 September 2016

Modern & Idiomatic C++14

  • Daniel J H, Mapbox

Resources

Books

  • https://isocpp.org/tour - available as free pdfs, quick intro into modern and idiomatic C++11
  • C++ Primer, Lippman
  • Accelerated C++: Practical Programming by Example, Koenig
  • Everything from Meyers, Sutter, Alexandrescu

Videos

References