-
Notifications
You must be signed in to change notification settings - Fork 2
[Feature]: CPP skill up #21
Copy link
Copy link
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Milestone
Description
Description
Let's start to learn how CPP work 🔥
Expected behaviour
The goal here is not to do all the tasks but to do as many as possible to get an idea of how the C++ works and to be able to improve as you go along by practicing in the project! 🚀
Here's what you have to do to begin :
- Cplusplus.com is a website that will allow you to have an overview of C++ from installation, compilation, to program structure!
- You will find on "LearnCPP" a lot of free tutorials if you need some help on a certain point.
Once you have basics you can go futher :
- C++ is a object oriented language. You must understand this concept to learn correctly C++ so here's a course named "Programmez en orienté objet en C++".
- Templates are an important concept in C++. You will find here a course that explains this concept.
Environment
/
Proposed solution
/
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers