First page Back Continue Last page Graphics
What do we queue?
integers
floats
doubles
chars
structures
objects
Just like the stack, we need to decide what type of objects we want to enqueue and dequeue. (again, we could use templates here, but I'll just do an IntQueue)