Home > Back-end >  How do you use the queue containers
How do you use the queue containers

Time:05-09

Why on devc++ use queue containers, but can't define the queue type

CodePudding user response:

Because the queue is belong to the STD namespace, want to use the queue declare a variable is introduced to STD namespace (using namespace STD;) Or write a STD: : the queue
  • Related