
Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Material Type: Assignment; Professor: Mishra; Class: OPERATING SYSTEMS; Subject: Computer Science; University: University of Colorado - Boulder; Term: Unknown 1989;
Typology: Assignments
1 / 1
This page cannot be seen from the preview
Don't miss anything!

Spring 2006 Homework 1
Due date: 02/02/
Delays have dangerous ends—William Shakespeare.
Goal: A C++ warmup exercise. Grade: 5% of your total grade is allocated for this homework.
Implement a variable sized generic QueueArray class that implements an array of queues, and exports the following functions:
You may use standard template library for this assignment. Implement the QueueArray class in such a way that an example QueueArray object intqueue consisting of an array of 10 integer queues may be constructed using the following statement: QueueArray