- Hands-On System Programming with C++
- Dr. Rian Quinn
- 59字
- 2021-07-02 14:42:31
Questions
- What is system programming?
- Prior to fast system calls, how were system calls executed?
- What key change was made to support fast system calls?
- Does allocating memory always result in a system call?
- What type of execution do the Meltdown and Spectre attacks exploit?
- What is type safety?
- Provide at least one benefit to template programming in C++?