This repository contains three structured C++ console-based applications developed as part of internship tasks. Each project demonstrates practical implementation of core programming concepts, modular design, and logical problem-solving.
A basic user authentication system implementing registration and login functionality with structured validation logic.
A console-based banking application that simulates core financial operations such as account creation, deposits, withdrawals, and balance inquiry.
An academic CGPA calculator designed to compute grade point averages based on subject grades and credit hours.
All projects are developed using:
- C++
- Modular programming structure
- Header (.h) and implementation (.cpp) separation
- Structured logic and clean code practices
The purpose of these projects is to demonstrate understanding of:
- Object-Oriented Programming principles
- File handling and data management
- Conditional logic and iterative structures
- Modular code organization
© 2026 Zarnab Laeeq-ur-Rehman