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

From Gridkaschool
(Add books, videos, references)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
 
==Modern & Idiomatic C++14==
 
==Modern & Idiomatic C++14==
 
* Daniel J H, Mapbox
 
* Daniel J H, Mapbox
   
 
==Resources==
 
==Resources==
  +
* Slides: https://docs.google.com/presentation/d/1ICBmEq3fO5Mj-86yK1w2nReGxXxsITSO_-nJ34xkwT8/pub?start=false&loop=false#slide=id.gc6f73a04f_0_0
* Slides: TODO
 
  +
* Github repository with exercises: https://github.com/daniel-j-h/gridka2016
 
* Login via ssh to GridKa School VMs: TODO
 
* Login via ssh to GridKa School VMs: TODO
* Github repository with exercises: TODO
 
   
 
==Books==
 
==Books==

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