04-30-2004 01:41 PM
04-30-2004 06:08 PM
11-23-2004 03:58 AM
@Rachana wrote:
Hi! List,
In my application I want to create two queue of the same data type(dbl) but different names. The reason for using two different queue is because I want to dequeue elements from first queue and I retereive certain amount of data (say 11 elements) from the first queue and fill the second queue.
Now once the second queue is filled with 11 elements then after that I dequeue one element from the second queue and enqueue top element from the first queue. This way I always throw the last element and insert the new element so the number of elelments are always 11 in the second queue.
On using the Obtain queue function to create two different queue, it returns an error code 1094. Is there any way of generating two queue with same
data element type? Do I need to use any other function????
TIA
Rachana
11-24-2004 09:20 AM
11-24-2004 09:33 AM