Console Application

Report Card Generator

C++

Overview

A console‑based C++ application that creates a complete student report card. It collects student information, processes multiple courses, calculates GPA, and outputs a report card — all through a simple, menu‑driven interface.

What It Does

  • Add student information (name, ID, etc.)
  • Add, edit, or delete courses with grades and credits
  • Automatic GPA calculation using a grade‑point table
  • View grading system directly inside the program
  • Export final report card in a clean, readable format
  • Menu‑driven interface for easy navigation

Scroll to Top