Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 856 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 856 Bytes

Workshop 20. Juli 2012

Inhalt

  • Exceptions, Constructors und Invarianten
  • Ownership & Smart Pointer
  • Threads: Grundlagen
  • auto
  • lambda
  • variadic templates

Folien zum Vortrag

Die Vortragsfolien stehen als PDF zum Download bereit. Außerdem liegt der LaTeX-Quellcode zu den Folien im Ordner slides.

Screencast

Ein Screencast des Vortrags steht zum Download bereit.

  • ab 0:00:00 Überblick/Intro
  • ab 0:01:17 Exceptions, Constructors und Invarianten
  • ab 0:07:51 ownership of data und Smart Pointer
  • ab 0:34:11 auto
  • ab 0:35:15 function pointers
  • ab 0:46:24 lambda
  • ab 0:47:10 Threads: Grundlagen
  • ab 1:13:08 Ausblick