Project in C++ using Queue

can anyone help us to make a program about computer laboratory in 5 classes with 60 computer, in every class there must be a 60 computer.
the menu's are:
* Verification
- occupied/ not occupied
- Section
- Assigned/ not assigned terminal
* Registration
- Section
- Seat number
- Name
* Update
* Deletion
- in this menu deletion the required info are section and his/her seat number.
Anyone can give us an idea to make this program. Thank You very much :D

Hi,

could you show us what you did/tried?
.
Last edited on
shadder hello,

we don't have codes yet, because we do not know where to start.
You could start by making a class

1
2
3
4
5
6
7
class computer_lab
{
//ur declarations here


//your functions here....
};


further reading:

http://www.cplusplus.com/doc/tutorial/functions/
http://www.cplusplus.com/doc/tutorial/classes/
Topic archived. No new replies allowed.