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

From Gridkaschool
(Created page with " == Modern & Idiomatic C++14 ==")
 
(Add books, videos, references)
Line 1: Line 1:
   
== Modern & Idiomatic C++14 ==
+
==Modern & Idiomatic C++14==
  +
* Daniel J H, Mapbox
  +
  +
==Resources==
  +
* Slides: TODO
  +
* Login via ssh to GridKa School VMs: TODO
  +
* Github repository with exercises: 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

Revision as of 18:52, 23 August 2016

Modern & Idiomatic C++14

  • Daniel J H, Mapbox

Resources

  • Slides: TODO
  • Login via ssh to GridKa School VMs: TODO
  • Github repository with exercises: 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

References