https://github.com/yavuzsonmez/42-cpp-modules
C++ core concepts learning with C++98.
https://github.com/yavuzsonmez/42-cpp-modules
42 42born2code 42heilbronn cpp oop
Last synced: over 1 year ago
JSON representation
C++ core concepts learning with C++98.
- Host: GitHub
- URL: https://github.com/yavuzsonmez/42-cpp-modules
- Owner: yavuzsonmez
- Created: 2022-03-11T09:55:21.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-18T16:06:28.000Z (about 4 years ago)
- Last Synced: 2025-01-20T16:42:30.145Z (over 1 year ago)
- Topics: 42, 42born2code, 42heilbronn, cpp, oop
- Language: C++
- Homepage:
- Size: 1.58 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.MD
Awesome Lists containing this project
README
# 42 | Learning Object Oriented Programming with C++ (std=c++98) Modules
## About
*Summary of my personnal notes during the c++ modules*
---
-> CPP 00 <-
Namespaces, classes, member functions, stdio streams, initialization lists, static, const, and some other basic stuff
---
-> CPP 01 <-
Memory allocation, pointers to members, references, switch statement
---
-> CPP 02 <-
Ad-hoc polymorphism, operator overloading and Orthodox Canonical class form
---