I\'m writing a radix sort algorithm using queues and I would like to have a STL queue allocate space before I start adding things to the queue so that I can avoid constant d
see if this helps: http://www.cs.sunysb.edu/~skiena/392/programs/queue.c