Computers and Technology

Write a menu-driven application to implement a print job queue in C++ using class only Create menu options to
request a print job
ask for the job name; the name may have blank spaces and consist of alphanumeric characters only, must start with a letter
display a confirmation of the job request received and the status ( denied/accepted) along with the details such as a tracking number, position in the queue( if accepted), reason for denial (if denied), etc
execute a print job (remove from the queue )
display a confirmation along with the tracking number, the name of the print job, and the number of print jobs currently in the queue
display number of print jobs executed, number of print jobs denied, number of jobs currently in the queue, number of the print job request placed
quit
the menu option made from cases or do switch and while loop with error checking in input may be called in main from a class member function
Queue made from the arithmetic algorithm with no using memory allocation.
Notes
the queue can hold 10 print jobs only
implement the print job item as a class
implement queue as a class with an automatic array
tracking to be done by queue class
no need to keep details of the denied print jobs, only their count
no vectors
no dynamic memory allocation
use enum type or enum class where appropriate

answer
Answers: 3

Other questions on the subject: Computers and Technology

image
Computers and Technology, 24.06.2019 07:30, isabelgalvarado2838
Jason is working on a microsoft excel worksheet and he wants to create a print preview shortcut. his teacher asks him to access the customization option to create the new shortcut. which two tabs should jason select to place the print preview shortcut on the worksheet toolbar? a. new tab (custom) and new group (custom) b. new file tab (custom) and new tab (custom) c. new custom group and new command d. new custom tab and new command
Answers: 2
image
Computers and Technology, 24.06.2019 10:30, johngayden46
This device directs network traffic. bridge hub nic repeater router switch
Answers: 3
image
Computers and Technology, 24.06.2019 14:30, ari313
Two students are discussing the flow of electricity. student a says that voltage is a measure of the amount of electron flow in a circuit. student b says that power is the product of voltage and current. which of the following statements is correct? a. only student a is correct b. only student b is correct c. both of the two students are correct d. neither of the two students is correct
Answers: 1
image
Computers and Technology, 24.06.2019 17:30, leenzazou98241
What is the next step if your volume does not work on computer
Answers: 2
Do you know the correct answer?
Write a menu-driven application to implement a print job queue in C++ using class only Create menu...

Questions in other subjects:

Konu
Mathematics, 03.07.2019 17:50
Konu
Mathematics, 03.07.2019 17:50