a queue cannot be built using the container vector because vector does not support pop_front.

can anyone verify the validity of this statment for me... or if this is not the main reason a queue cannot be built using vector... point out what it is

Thanks