Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
C++11 Use in Qt5 - Challenges and Solutions
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Who am I
- 3 Qt5 goals
- 4 C11 compatibility
- 5 C 98 support
- 6 Challenges
- 7 Solution
- 8 compiler support
- 9 compiler bugs
- 10 ifdef
- 11 constexpr
- 12 c11 features we dont use
- 13 C11 language features
- 14 C 98
- 15 Sun Studio
- 16 Template Friends
- 17 Alignment
- 18 Atomics
- 19 Data Race
- 20 Future of atomics
- 21 Const expression
- 22 Static initialization
- 23 Initializer lists
- 24 Array of bytes
- 25 No except
- 26 Move Semantics
- 27 NonInline Move Constructor
- 28 Destructor
- 29 Undefined state
- 30 Ref qualifiers