Top Projects


  • Below are the projects that demonstrate solid understanding of important concepts, have somewhat great complexity, and overall, I feel proud of.
3rd

Bank Simulation #1

A full-fledged C++ banking and ATM simulation with real-world features and file-based persistence.

FP

4th

Dates.h

C++ date & time powerhouse: validation, formatting, arithmetic, and calendars in one header.

FP

5th

Linked Lists

Custom STL-like linked list containers — built from scratch in modern C++.

OOP

6th

ExpressionParser

A versatile C++ engine for evaluating mathematical and logical expressions.

OOP