How do i check if a Queue is full based on a specified number?

前端 未结 0 1271
心在旅途
心在旅途 2020-11-28 01:40

check if queue has reached its limit which is 10.

Main program code:

//here im calling my class Queue
Queue queue = new Queue();
do
{
  string i  = Con         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题