Hi,
I am learning queues and I have found 2 examples. Both examples represent queues with limited size, for example 30.
But <queue> allows us to create queue that is not limited by *pre-set queue size.
Can anyone explain me how have they created something like that?
Thanks!
By *pre-set I wanted to say that we have set the queue size during its initialization. Like when we create the arrays.