Skip to content

Introduction to CPP, RAII, OOP, I/O and file streams, operator overloading, templates/generics and containers

Notifications You must be signed in to change notification settings

Kuninoto/42_CPP_Modules

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 

Repository files navigation

CPP_Modules (42Porto - 42Cursus) CPP Logo 

CPP00: Grade: 100/100 Subject: CPP00 en_subject

Useful links:
Anything and probably everything on Geek_for_geeks
OOP in CPP
std::cin.getline() vs. std::cin
atoi() in cpp strings
string.length() vs. string.size()
Constructors in CPP
Destructors in CPP

CPP01: Grade: 100/100 Subject: CPP01 en_subject

Useful links:
Anything and probably everything on Geek_for_geeks
Constructors in CPP
Destructors in CPP
References in CPP
Pointer to member functions

CPP02: Grade: 100/100 Subject: CPP02 en_subject

Useful links:
Anything and probably everything on Geek_for_geeks
Copy Constructor in CPP
Operator Overloading in CPP
Fixed Point Representation
Fixed Point Conversion
Triangle area by 3 points
Check whether a given point lies inside a triangle

CPP03: Grade: 100/100 Subject: CPP03 en_subject

Useful links:
Anything and probably everything on Geek_for_geeks
Inheritance in CPP
Public vs. Protected in CPP
Multiple Inheritance in CPP

CPP04: Grade: 80/100 Subject: CPP04 en_subject

Useful links:
Anything and probably everything on Geek_for_geeks
How to initialize array of objects

CPP05: Grade: 100/100 Subject: CPP05 en_subject

Useful links:
Anything and probably everything on Geek_for_geeks
Exception Handling in CPP
Try Catch Statements Explained

CPP06: Grade: 100/100 Subject: CPP06 en_subject

Useful links:
Anything and probably everything on Geek_for_geeks

CPP07: Grade: 100/100 Subject: CPP07 en_subject

Useful links:
Anything and probably everything on Geek_for_geeks
Templates in C++

CPP08: Grade: 100/100 Subject: CPP08 en_subject

Useful links:
Anything and probably everything on Geek_for_geeks

CPP09: Grade: 100/100 Subject: CPP09 en_subject

Containers I've used:
ex00 -> map
ex01 -> stack
ex02 -> vector && list

Useful links:
Anything and probably everything on Geek_for_geeks
RPN Definition
RPN Calculator/Visualizer
Merge-sort vs. Insertion-sort
Merge-Insertion-sort definition


Made by Nuno Carvalho (Kuninoto) | nnuno-ca@student.42porto.com