https://github.com/dsite42/cpp00
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.
https://github.com/dsite42/cpp00
42 cpp cpp00
Last synced: 4 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/dsite42/cpp00
- Owner: Dsite42
- Created: 2023-09-11T16:14:06.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-27T20:48:29.000Z (over 1 year ago)
- Last Synced: 2025-01-14T00:14:48.534Z (6 months ago)
- Topics: 42, cpp, cpp00
- Language: C++
- Homepage:
- Size: 1.53 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.[Subject PDF](subject-CPP00.pdf)