https://github.com/abdellah-nsila/cpp-modules
C++ is a general-purpose programming language created by Bjarne Stroustrup as an ex- tension of the C programming language, or "C with Classes".
https://github.com/abdellah-nsila/cpp-modules
1337 1337school 42 42born2code 42cpp 42cursus classes-and-objects cpp cpp-programming
Last synced: 6 months ago
JSON representation
C++ is a general-purpose programming language created by Bjarne Stroustrup as an ex- tension of the C programming language, or "C with Classes".
- Host: GitHub
- URL: https://github.com/abdellah-nsila/cpp-modules
- Owner: Abdellah-Nsila
- Created: 2025-06-15T18:27:38.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-06-23T14:11:56.000Z (6 months ago)
- Last Synced: 2025-06-23T15:26:02.051Z (6 months ago)
- Topics: 1337, 1337school, 42, 42born2code, 42cpp, 42cursus, classes-and-objects, cpp, cpp-programming
- Language: C++
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
The goal of these modules is to introduce you to Object-Oriented Programming.
This will be the starting point of your C++ journey. Many languages are recommended
to learn OOP. We decided to choose C++ since it’s derived from your old friend C.
Because this is a complex language, and in order to keep things simple, your code will
comply with the C++98 standard.
We are aware modern C++ is way different in a lot of aspects. So if you want to
become a proficient C++ developer, it’s up to you to go further after the 42 Common
Core!
You will discover new concepts step-by-step. The exercises will progressively increase
in complexity.