Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 879 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 879 Bytes

cpp_template

C++ template configuration

Complier

Compiler benchmark: https://en.cppreference.com/w/cpp/compiler_support

Where to download:

IDE

Visual Studio Code: https://code.visualstudio.com/
C/C++ extension: https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools

Library manager

TBD

Courses and references

Beginner writen course: https://openclassrooms.com/fr/courses/1894236-apprenez-a-programmer-en-c
Beginner video course: https://www.youtube.com/watch?v=8jLOx1hD3_o
Basic code structure example: http://genelaix.free.fr/IMG/pdf/structure_projet_c.pdf
Good practice guide: https://emmanuel-delahaye.developpez.com/tutoriels/c/bonnes-pratiques-codage-c/#organiser

Online IDE

  • Wandbox
  • Compiler explorer
  • Coliru