Completed
Vector Classes
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Developing Kernel Drivers with Modern C++
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Pavels background
- 3 What is it about
- 4 Memory Compression
- 5 User Mode vs Kernel Mode
- 6 Interrupt Request Level
- 7 No Runtime
- 8 Kernel Space
- 9 Resource Acquisition
- 10 Mutex
- 11 Implement Mutex
- 12 Memory Allocations
- 13 Overrides
- 14 PlacementNew
- 15 String Types
- 16 String Classes
- 17 Vector Classes
- 18 Examples
- 19 Components
- 20 Example