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

From Gridkaschool
(Created page with " == Modern & Idiomatic C++14 ==")
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
  +
==Modern & Idiomatic C++14==
  +
* Daniel J H, Mapbox
   
  +
==Resources==
== Modern & Idiomatic C++14 ==
 
  +
* Slides: https://docs.google.com/presentation/d/1ICBmEq3fO5Mj-86yK1w2nReGxXxsITSO_-nJ34xkwT8/pub?start=false&loop=false#slide=id.gc6f73a04f_0_0
  +
* Github repository with exercises: https://github.com/daniel-j-h/gridka2016
  +
* Login via ssh to GridKa School VMs: TODO
  +
  +
==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==
  +
* https://channel9.msdn.com/Series/C9-Lectures-Stephan-T-Lavavej-Core-C-
  +
* https://channel9.msdn.com/Series/C9-Lectures-Stephan-T-Lavavej-Standard-Template-Library-STL-
  +
* https://channel9.msdn.com/Series/C9-Lectures-Stephan-T-Lavavej-Advanced-STL
  +
* Keep an eye on conference talks (C++Now/BoostCon, Cppcon, ..)
  +
  +
==References==
  +
* http://en.cppreference.com/w/
  +
* https://github.com/cplusplus/draft/raw/ab1e49a22e78386e263e787cd1e705f9c81e951f/papers/N3936.pdf
  +
* https://www.reddit.com/r/cpp, https://isocpp.org for staying up to date

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