https://github.com/carlosrocha-dev/42_cpp
Projects of C++ of 42 comum core The delivery of these modules focuses on introducing Object-Oriented Programming as a foundational aspect of C++ education.
https://github.com/carlosrocha-dev/42_cpp
algorithms-and-data-structures cpp oop-in-cpp polimorphism
Last synced: 3 months ago
JSON representation
Projects of C++ of 42 comum core The delivery of these modules focuses on introducing Object-Oriented Programming as a foundational aspect of C++ education.
- Host: GitHub
- URL: https://github.com/carlosrocha-dev/42_cpp
- Owner: carlosrocha-dev
- License: agpl-3.0
- Created: 2024-05-11T20:05:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-11T20:38:49.000Z (over 1 year ago)
- Last Synced: 2025-01-30T11:10:01.089Z (8 months ago)
- Topics: algorithms-and-data-structures, cpp, oop-in-cpp, polimorphism
- Language: C++
- Homepage:
- Size: 232 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 42 CPP Cursus
Projects of C++ of 42 comum core
The delivery of these modules focuses on introducing Object-Oriented Programming as a foundational aspect of C++ education. C++ has been selected due to its roots in the familiar C language. To maintain simplicity amidst the complexity of the language, the coursework will adhere to the C++98 standard. It is recognized that modern C++ differs significantly in many respects. For those interested in advancing their skills in contemporary C++ practices, further self-study beyond these introductory modules is recommended.## Delivery
- CPP Module 00 (succeeded with 80%)
- CPP Module 01 (succeeded with 100%)
- CPP Module 02 (succeeded with 80%)
- CPP Module 03 (succeeded with 80%)
- CPP Module 04 (succeeded with 80%)
- CPP Module 05 (succeeded with 100%)
- CPP Module 06 (succeeded with 100%)
- CPP Module 07 (succeeded with 100%)
- CPP Module 08 (succeeded with 100%)
- CPP Module 09 (succeeded with 100%)