A collection of classic and useful C++ console applications, each in its own folder. Perfect for learning, practicing, and demonstrating C++ programming skills!
💳 ATM Management System
Simulates ATM operations: authentication, balance check, deposit, withdrawal.🧮 Calculator
Basic arithmetic operations in a console calculator.📒 Contact Management System
Add, search, update, and delete contacts.💱 Currency Converter
Convert amounts between different currencies.📚 Dictionary App
Add, search, delete, and display words and definitions.🧮 Factorial Calculator
Calculate the factorial of a number.🏥 Hospital Management System
Manage patient records: admit, search, display.🎮 Game
- ✊🖐️✌️ Rock Paper Scissor game
- ⭕❌ Tic Tac Toe game
- 🔢 Number Guessing
- 📚 OOP/C++ Quiz Game
- Open any project folder (e.g.,
ATM Management System) - Compile the
.cppfile using a C++ compiler:g++ "ProjectName.cpp" -o ProjectName - Run the executable:
./ProjectName
- Follow the on-screen instructions!
- 🌐 C++ (All projects)
- 🖥️ Console-based applications
- 🛠️ Compile with g++ or any standard C++ compiler
Feel free to explore, learn, and modify these projects!