An open API service indexing awesome lists of open source software.

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.

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

---