subject

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

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 23:30
To check spelling errors in a document, the word application uses the to determine appropriate spelling. internet built-in dictionary user-defined words other text in the document
Answers: 1
question
Computers and Technology, 23.06.2019 21:10
Asample of 200 rom computer chips was selected on each of 30 consecutive days, and the number of nonconforming chips on each day was as follows: 8, 19, 27, 17, 38, 18, 4, 27, 9, 22, 30, 17, 14, 23, 15, 14, 12, 20, 13, 18, 14, 20, 9, 27, 30, 13, 10, 19, 12, 26. construct a p chart and examine it for any out-of-control points. (round your answers to four decimal places.)
Answers: 2
question
Computers and Technology, 24.06.2019 12:30
Do you think media is stereotype ? and why?
Answers: 1
question
Computers and Technology, 24.06.2019 16:00
Your is an example of personal information that you should keep private.
Answers: 2
You know the right answer?
Write a menu-driven application to implement a print job queue in C++ using class only Create menu...
Questions
question
Biology, 24.09.2019 02:10
question
History, 24.09.2019 02:10
question
Biology, 24.09.2019 02:10
Questions on the website: 13722363