posted 22 years ago
Thanks!
ic, i just think stack and queue are similar things, as i prefer FIFO and use queue.
Acually, what i want to do is throwing out a specific value in the array, like myarray={4,0,0,8}, I want it to become array={4,8}.
I try once the above code, but nothing out. I will keep trying also.