Skip to content

Tanzila-Bithi-Research/My-First-Cpp-Projects

Repository files navigation


🚀 My C++ Real-Life Projects Collection

📂 Project List & Description

1️⃣ Student Grading System 🎓

  • Description: Calculates average marks and assigns grades (A+, A, B, etc.) automatically.
  • File: View Code

This is a Command Line Interface (CLI) based application designed to automate the process of calculating academic results.

Features

  • Takes student name and multiple subject marks as input.
  • Calculates the average score automatically.
  • Assigns grades (A+, A, B, etc.) based on predefined logic.
  • User-friendly interactive console.

Concepts Learned

  • Input/Output Handling: Using cin and cout.
  • Loops: Utilizing for loops for repetitive data entry.
  • Conditional Logic: Implementing if-else ladders for decision making.
  • Variables & Data Types: Managing float and string data.

How to Run

  1. Copy the code from student_grading_system.cpp.
  2. Paste it into any C++ compiler (like Cxxdroid on mobile or codeblocks & VS Code on PC).
  3. Compile and Run!

2️⃣ Personal Expense Tracker 💰

  • Description: A daily budget manager that tracks spending and gives over-budget alerts.
  • File: View Code

3️⃣ Digital Bank ATM Simulation 🏦

  • Description: A secure simulation of banking tasks like Balance Check, Deposit, and Withdrawal.
  • File: View Code

🛠️ How to Use

  1. Copy the code from the respective .cpp files.
  2. Run them in any C++ compiler (like Cxxdroid on Android).

Follow my journey as I add more advanced projects soon!

About

A real-world C++ project to automate student grade calculations.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages