You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains C++ projects developed as part of the 42 Warsaw curriculum. It includes implementations of different modules, exercises, and solutions designed to strengthen knowledge of object-oriented programming, memory management, design patterns, and other key aspects of C++.
Structured coursework and practical implementations for mastering C++ Object-Oriented Programming. Features complete module breakdowns from basic classes to advanced topics like polymorphism, templates, and exception handling, complete with expected terminal outputs.
A console-based retail application micro-project built in C++ using Object-Oriented Programming. It displays a formatted product catalog, handles interactive item selection with custom quantities, and generates a structured customer receipt with dynamic totals.