Thi is a C++ question:
Use the STL queue (std:queue) container to implement a printqueuethat accepts incoming print jobs, named as PrintJob #1, PrintJob#2,
etc. The print jobs arrive in random order in the sense that thefirstjob might be PrintJob #4, the next one might be Printjob #1, etc.Theprint queue will look something like this:
PrintJob #4 PrintJob #2 | PrintJob #1 PrintJob #3
Thi is a C++ question: Use the STL queue (std:queue) container to implement a print queue that accepts incoming print jo
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am