Starting Out with C++: Early Objects
Starting Out with C++: Early Objects
8th Edition
ISBN: 9780133360929
Author: Tony Gaddis, Judy Walters, Godfrey Muganda
Publisher: Addison-Wesley
Question
Book Icon
Chapter 18, Problem 7PC
Program Plan Intro

Queue Exceptions

Program Plan:

“main.cpp”:

  • This program features queues that can throw exceptions and print an appropriate error message and should terminate the program.
  • Include the required header files.
  • Prompt the user to enqueue 5 items.
  • Use of try – catch exceptional handling that returns error message and terminates the program if the queue overflows.
  • Prompt the user and allow user option to overflow the queue and dequeue the queue and print the values present in the queue.

“IntQueue.h”:

  • Include all the required header files.
  • Declare all the variables present in the queue along with their data types.
  • Declare all the function definition.
  • Declare the class underflow and overflow to check for exceptional handling in queue.

“IntQueue.cpp”:

  • Include all the required header files.
  • Call a constructor to create a queue and initialize its elements.
  • Initialize front and rear each to -1 and the number of elements initially present to 0.
  • A destructor is called to delete the queue array.
  • Define a queue function enqueue that inserts the value in variable num at the rear of the queue.
  • Define a queue function dequeue that deletes the value at the front of the queue, and copies it into variable.
  • Define a queue function isEmpty returns true if the queue is empty, and false if elements are present in the queue.
  • Define a Queue function is Full return true if queue is full and false if queue is not full.

Blurred answer
Students have asked these similar questions
Show all the work
Construct a frequency polygon density estimate for the sample in Question 1, using bin width determined by Sturges’ Rule.
Show all the work
Knowledge Booster
Background pattern image
Similar questions
SEE MORE QUESTIONS
Recommended textbooks for you
Text book image
C++ Programming: From Problem Analysis to Program...
Computer Science
ISBN:9781337102087
Author:D. S. Malik
Publisher:Cengage Learning
Text book image
Microsoft Visual C#
Computer Science
ISBN:9781337102100
Author:Joyce, Farrell.
Publisher:Cengage Learning,
Text book image
Programming Logic & Design Comprehensive
Computer Science
ISBN:9781337669405
Author:FARRELL
Publisher:Cengage
Text book image
EBK JAVA PROGRAMMING
Computer Science
ISBN:9781337671385
Author:FARRELL
Publisher:CENGAGE LEARNING - CONSIGNMENT
Text book image
C++ for Engineers and Scientists
Computer Science
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Course Technology Ptr
Text book image
Systems Architecture
Computer Science
ISBN:9781305080195
Author:Stephen D. Burd
Publisher:Cengage Learning