Part 1:Securing the Fundamentals
This part of the book will provide you with the necessary instruments to get into the advanced topics of system programming. Experienced readers will find it helpful, too, as some of the C++20 features are practically presented in the area of system programming. This part ensures that the readers are on the same page with the presented subjects and provides the opportunity to extract the best from the technical examples. At the same time, it notes important aspects of the Linux system development.
This part has the following chapters:
- Chapter 1, Getting Started with Linux Systems and the POSIX Standard
- Chapter 2, Learning More about Process Management
- Chapter 3, Navigating through the Filesystems
- Chapter 4, Diving Deep into the C++ Object
- Chapter 5, Handling Errors with C++