Tuesday, July 28, 2009

Write in C++ programinng system for a restaurant?

overview


a resturant wants a seheduling system 4 in their employees. the software will allow the resturant owner to schdule employees for up to 40 hours in 7 day week. the resturant is open from 6:00 am to 10:00pm. the system should include a check-in and check-out system for the employees. aprintout of employees' work hours, and the ability to change hours if necessary.





assignment function


the emloyees enter the system to check in and check out and the manager must write the password when use function(manager function) from the main menu, and if the manager failed 3 times 2 enter the correct paswsword, the system issues a wringing message and reject the request.





main menu contain( check in, check out, manager's function, exit)





manager function contains(add employee, delete employee, modify employee, list employee work hours, exit)





plz i want to solve this assignment and i want to subbmitt it in 13\1\2007 i want the code in very fast day


ramos_afa4@yahoo.com

Write in C++ programinng system for a restaurant?
Well, I'm not going to do your homework for you. *BUT*, you've got 28 days to write this program. If you've kept up in class so far, it shouldn't be a big problem to design and code this program from the specification in that amount of time. Not even if you run into a couple of big bugs!





It sounds to me like this is a semester project and that you're scared that you can't do it more than you're unable to do it. Take a deep breath, set down and relax for a bit. Then get out a pencil and paper or bring up your favorite program logic design program and think this thing through. Look at the functions of each section (manager's functions, menu, employee check in, etc.) as smaller programs that are called by the main menu or manager's menu. Program them each separately and integrate them one by one into the menu. You'll have it working before you know it. Good luck!

crab apple

No comments:

Post a Comment