This is all the projects I done till now.
This repository contains a collection of C++ and Python projects I have created to practice and demonstrate my programming skills. Most of the projects involve object-oriented programming, file handling, and real-world logic implementation.
💡 A console-based banking system in C++ using object-oriented programming (OOP).
- Account creation and management
- Deposit and withdrawal system
- Balance checking
- File handling for data persistence
🔢 A basic calculator program written in C++ that supports:
- Addition, subtraction, multiplication, division
- Advanced operations like square root, power, etc.
🧑🏫 Simple student attendance tracker with file storage.
- Add/mark attendance
- View attendance records
- File-based storage using C++
📦 A zipped project folder containing a more advanced or complete banking system implementation.
🐍 Python script for working with CSV files.
- Reading and writing CSV files
- Data filtering and manipulation
- Great for small data processing tasks
- Languages: C++, Python
- Concepts: OOP, File Handling, Functions, Loops, Basic Data Structures
- Tools: Git, GitHub
- Clone the repository:
git clone https://github.com/Haris444504/MY-ProjectWorks