-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Sandeep Thiruvalluvan edited this page Jul 12, 2016
·
1 revision
Welcome to the Canteen-Management-Program-Class-12-Computer-Science-Project wiki!
###About This is a Canteen Management Program using C++ that allows the Customer to Place an Order from a given Menu and then generates an Invoice.
###Functions
void menu(); - It generates the Menu
void detail(); - Function to Display details of the Canteen
void quant(); - Function to Display Quantities of Available Items
void eexit(); - Exit Function
void main(); - Main Function
void intro(); - It is the First page of the Program
void again(); - It is the Choice function: User inputs his choice
void imp(); - It accepts the choice of the User