Completed
Safety-Critical C++ Concepts
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
C++ for Real-Time Safety-Critical Linux Systems
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Bugs and Uptime
- 3 Safety Standards
- 4 Process Types
- 5 Unstructured Process Indicators
- 6 Waterfall Process Indicators
- 7 Agile Process Indicators
- 8 Why Do We Like C++?
- 9 Embedded Systems Design
- 10 Safety-Critical C++ Concepts
- 11 C++ Type-Safety
- 12 C++ Encapsulation
- 13 C++ Memory Management
- 14 C++ Concurrency
- 15 C++ Pointers
- 16 C++ Casting
- 17 C++ Exceptions, Don't
- 18 Testing Methods
- 19 C++ Traps
- 20 Agile Safety-Critical Mindset
- 21 Real Life C++ Examples