Videos from C++ track on NDC Oslo
There was a very strong C++ track on NDC Oslo this year. Here is an overview of the videos recorded for the C++ track:
Day 1, June 4, 2014
- C++14, Nico Josuttis (video)
- Effective Modern C++, Scott Meyers (video)
- Error Handling in C++, Andrei Alexandrescu (video)
-
Move,
noexcept, andpush_back(), Nico Josuttis (video) - C++ Type Deduction and Why You Care, Scott Meyers (video)
- Generic and Generative Programming in C++, Andrei Alexandrescu (video)
Day 2, June 5, 2014
- C++ -- where are we headed?, Hubert Matthews (video)
- Three Cool Things about D, Andrei Alexandrescu (video)
- The C++ memory model, Mike Long (video, slides)
- C++ for small devices -- Isak Styf (video)
- Brief tour of Clang, Ismail Pazarbasi (video)
- Insecure coding in C and C++, Olve Maudal (video, slides)
- So you think you can int? (C++), Anders Knatten (video)
Enjoy!
NDC Oslo is an annual conference for programmers (~1600 delegates). 2 days of preconference courses/workshops, and then 9 tracks of technology talks for 3 days. The dates for 2015 are June 15-19. There will be a strong C++ track next year as well. Save the dates and stay tuned.

Here's an experience report about using Boost's graph support in an existing game app, with some notes about Boost Concepts: