# Cours C++

## Cours C++

- [Bienvenue](https://cours-cpp.gitbook.io/resources/master.md)
- [Sommaire](https://cours-cpp.gitbook.io/resources/untitled.md)
- [Introduction - Pourquoi le C++](https://cours-cpp.gitbook.io/resources/introduction-pourquoi-le-c++.md)
- [Langage](https://cours-cpp.gitbook.io/resources/introduction.md)
- [La compilation](https://cours-cpp.gitbook.io/resources/introduction/la-compilation.md)
- [Les catégories de classes](https://cours-cpp.gitbook.io/resources/introduction/les-categories-de-classes.md)
- [Les Undefined Behaviors](https://cours-cpp.gitbook.io/resources/introduction/les-undefined-behaviors.md)
- [Les bibliothèques](https://cours-cpp.gitbook.io/resources/introduction/les-bibliotheques.md)
- [Abstractions](https://cours-cpp.gitbook.io/resources/abstractions.md)
- [L'orienté objet](https://cours-cpp.gitbook.io/resources/abstractions/loriente-objet.md)
- [Les templates (1/2)](https://cours-cpp.gitbook.io/resources/abstractions/les-templates-1-2.md)
- [Les move & smart pointers](https://cours-cpp.gitbook.io/resources/abstractions/les-move-semantics.md)
- [Les exceptions](https://cours-cpp.gitbook.io/resources/abstractions/les-exceptions.md)
- [Les lambdas & opérateurs](https://cours-cpp.gitbook.io/resources/abstractions/les-lambdas-and-operateurs.md)
- [Le multithreading](https://cours-cpp.gitbook.io/resources/abstractions/la-concurrence.md)
- [Les templates (2/2)](https://cours-cpp.gitbook.io/resources/abstractions/les-templates-2-2.md)
- [Performances](https://cours-cpp.gitbook.io/resources/performances.md)
- [Introduction](https://cours-cpp.gitbook.io/resources/performances/introduction.md)
- [Les accès mémoire](https://cours-cpp.gitbook.io/resources/performances/les-acces-memoire.md)
- [Les options du compilateur](https://cours-cpp.gitbook.io/resources/performances/les-flags-de-compilateur.md)
- [Les indices au compilateur](https://cours-cpp.gitbook.io/resources/performances/les-indices-au-compilateur.md)
- [La vectorisation](https://cours-cpp.gitbook.io/resources/performances/la-vectorisation.md)
- [Le temps de compilation](https://cours-cpp.gitbook.io/resources/performances/les-temps-de-compilation.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://cours-cpp.gitbook.io/resources/master.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.
Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
