Skip to content

pibouill/cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

177 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cpp-badge

42 C++ Piscine

This project is about learning C++ and discovering the beauty of Object-Oriented Programming (OOP).

Overview

A collection of exercises from the 42 school's C++ piscine, covering the fundamentals of C++ and OOP.

Modules

Module Description
cpp0/ C++ basics, classes, and access control
cpp1/ Pointers to members, references, and switch statements
cpp2/ Stack and heap allocation, static members
cpp3/ Inheritance
cpp4/ Polymorphism and abstract classes
cpp5/ Repetition and exceptions
cpp6/ Type casting
cpp7/ Templates
cpp8/ STL containers and algorithms
cpp9/ Specific STL utilities

Concepts Covered

  • C++ syntax and standard library
  • Classes, encapsulation, and data abstraction
  • Inheritance and polymorphism
  • Type casting and templates
  • Exception handling and file streams
  • STL containers, iterators, and algorithms

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors