Skip to content

B-ki/CPP

Repository files navigation

CPP


42-Subject

9 different subjects, which all aim to help us learn CPP. The first oriented-object language we learn in 42 curriculum.


How to use them ?

Pick any subject you want, and any exerice and build the executable using make and launch it. Every executable should be provided with it's own tests.

You can also use make_all.sh or clean_all.sh to build / clean all executables


Main topics learned in those subjects

CPP00

Notions : Namespaces, classes, fonctions membres, stdio streams, initialization lists, static, const, and other bases.

Exercices : Megaphone, Phonebook and Bank accounts.

CPP01

Notions : Memory allocation, pointer on members, references and switch

Exercices : Zombies hordes, Brain, Useless violence, SED, and Harl.

CPP02

Notions : Polymorphism, operator overload, and canonical form.

Exercices : Fixed point numbers and BSP.

CPP03

Notions : Heritage

Exercices : ClapTrap, ScavTrap, FragTrap and DiamondTrap.

image image

CPP04

Notions : Polymorphism, abstract classes and interfaces

Exercices : Cats, Dogs and AMateria.

image

CPP05

Notions : Repetitions and exceptions.

Exercices : Bureaucrat, Forms and Interns.

image image image

CPP06

Notions : Casts.

Exercices : Scalars, serialization and types.

image

CPP07

Notions : Templates

Exercices : whatever, iter and array.

CPP08

Notions : STL containers.

Exercices : Containers.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published