Using c++ I would like to implement a queue as a class with a linked list. This queue Is used to help the class print job in displaying things like: 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. These classes will be used in a menu-driven application that has the following

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter18: Stacks And Queues
Section: Chapter Questions
Problem 16PE: The implementation of a queue in an array, as given in this chapter, uses the variable count to...
icon
Related questions
Question

 

Using c++ I would like to implement a queue as a class with a linked list. This queue Is used to help the class print job in displaying things like:

  • 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.

These classes will be used in a menu-driven application that has the following options:

  • 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

I want to know how to have the tracking be done by the queue class, and how to track the count of denied print jobs, there should be no vectors used

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 2 images

Blurred answer
Knowledge Booster
Generic Type
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning