This mini project is written by my friend in C++ which is simple console application without graphics.This is a fee structure program It can be used for following ways:-
1.We can view the fee slip of a student of a class
2.We can also Modify the fee structure of the school
3.And View the fee structure of the school in the form of alist
The menu functions are described as follows
1. FEE SLIP: This function displays the fee slip for a givenstudent
from the class entered by the user.
2. MODIFY: This function modifies the fee structure for a give class.
The user can change the fees for various fields
3. LIST: This function displays the list of total fees for all the
Here is the source code ,copy and compile it in gcc compiler with code::blocks IDE or Download project from
GitHub.