C++ Quick Start¶
The purpose of this document is to give a good starting point to learn C++. It will focus on basic features of the language, using modern good practices. References to more advanced features may be given.
It is inspired by other tutorials focusing on “Modern C++” (at least C++14…). Here are a few references:
Videos of Kate Gregory like Stop teaching C
C++ reference and his examples.
How to access this document
This document is written in Sphinx and can be accessed as a website or as a pdf document.
Contact
If you have any suggestions or questions, please contact me via my personal webpage.
Contribute
If you have a GitHub account, you can directly suggest changes or correct typos via a pull request, either by clicking on the edit button on the top right of each page, or directly in the GitHub repository containing the source of this website. If you are not familiar with pull request, you can also open an issue.
Contents