Afficher un message
Vieux 18/10/2007, 19h19   #3
Donos
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Taking values from Queue

Ok. Like i said, the Queue is declared as,

std::queue<unsigned char> m_RxQueue;

and the data is pushed into Queue using,

m_RxQueue.push(*pBuf++);

Where pBuf is a unsigned char*

---------------------------------------------

And my question is, Now how can i extract the data back?

If not a Deque::Iterator, what other approach i can use to extract
data from Queue?

  Réponse avec citation
 
Page generated in 0,04132 seconds with 9 queries