License : Creative Commons Attribution 4.0 International (CC BY-NC-SA 4.0)
Copyright : Frédéric Pennerath, CentraleSupelec
Last modified : April 19, 2024 10:22
Link to the source : system-programming.md

Table of contents

System programming

Since C++11, the standard library proposes to act as a proxy to interact with different aspects of operating systems.

Advantages

This brings several advantages:

What does standard library cover?

What does not standard library cover?

Frédéric Pennerath,