这样虽然可以编译通过,可是却得不到答案,老兄,如果是这样写的话,我放进一个数到队列里去,再弹出来,怎么样做呢?请教教我!!!
我是菜鸟!!!
如果做图形界面的话,是不是非得用vc++啊?c++里到底有没有图形函数呢?
cout<<"the queue is"<<q->size()<<endl;
cout<<"you want see the number\yes or no?";
cin>>poit;
if(poit=="no")cout<<"i am sorry!"<<endl;
if(poit=="yes")cout<<"the first number:"<<q->front()<<endl;
q->pop();
}