My solution for CPP Module 00 of the Common core of 42 school.
-
Updated
Apr 21, 2022 - C++
My solution for CPP Module 00 of the Common core of 42 school.
The CPP00 project introduces the fundamentals of object-oriented programming in C++. Students will learn to create classes and objects, manage memory, and apply encapsulation, inheritance, and polymorphism. This project is essential for establishing a solid foundation before tackling more advanced concepts.
42 Project - CPP00 - This is the first module of C++ and designed to understand the specifities of the language compared to C. Time to dive into Object Oriented Programming! The module is about Namespaces, classes, member functions, stdio streams, initialization lists, static, const, and some other basic stuff.
Add a description, image, and links to the cpp00 topic page so that developers can more easily learn about it.
To associate your repository with the cpp00 topic, visit your repo's landing page and select "manage topics."