Modern C++ (passed)
Program in Modern C++ !
Discover the evolutions of C++ to facilitate your programming
This tutorial aims to show the important evolutions that the C++ language has undergone through the development of its standards.
Through different examples, we explore the old and new possibilities offered by C++. Depending on the knowledge of the participants, we will cover topics such as
- memory management mechanisms, …
- the different types of containers, …
- native mechanism for parallel execution, synchronisation methods, …
- exceptions: best practices, solutions and problems
- Small example of standard C++ code we can discuss:
std::chrono::seconds halfmin = 30s;
Prerequisites:
- Knowledge of object programming, having programmed in C++
Date | March, 24 2023 |
Place | INRIA Nancy |
Author | olivier.demengeon@inria.fr, olivier.rochel@inria.fr |
Source | https://gitlab.inria.fr/tutos-technos/cplusplus |