CS233 Data Structures and Analysis of Algorithms
Assignment 4
Due April 5, 2002


   This is an easy one! Trust me.

   The purpose of this assignment is to give you practice using the bitset STL class. I've written a skeleton program that you must complete to do the operations indicated in the menu. All you have to do is add code to the each case statement to perform the indicated operation. You also have to write the PrintSet and GetNumber functions.

   By the time you are done you should be familiar with the bitset methods and their use.