Skip to content

fkoolhoven/cpp-modules

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

Introduction to object-oriented programming and C++ through exercises that gradually increase in difficulty.

About the project

These modules are made in accordance with the CPP-Modules, which are part of the Codam Core Curriculum. Each module introduces new concepts and contains a couple of exercises that gradually increase in difficulty. I was already familiar with C when I begin this project so that made some things a bit easier. The aim is to get experience with object oriented programming and C++. You learn all the fundamentals of OOP in C++.

Learnings per module

Module00: namespaces, classes, member functions, constructors, destructors, stdio streams, initialization lists
Module01: memory allocation, new keyword, pointers vs. references, file handling/manipulation, pointers to member functions, switch statements
Module02: ad-hoc polymorphism, operator overloading and orthodox canonical class form
Module03: inheritance
Module04: polymorphism, deep copy vs. shallow copy, abstract base classes
Module05: exceptions, try, throw, catch
Module06: casts (reinterpret_cast, static_cast, dynamic_cast)
Module07: templates (function templates, class templates)
Module08: Standard Template Library (STL), containers, iterators, algorithms
Module09: More practice with STL

Contact

See my profile page for ways to contact me!

About

Learning object-oriented programming fundamentals in C++ through exercises that gradually increase in difficulty

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published