Queue Class
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
My project is about data acquisition through USB port and show the data on PC monitor in graph.So I want to implement the queue to keep the data from USB port before send it to show on graph or save it to file. Does MFC has the class for create or managing the queue?
-
My project is about data acquisition through USB port and show the data on PC monitor in graph.So I want to implement the queue to keep the data from USB port before send it to show on graph or save it to file. Does MFC has the class for create or managing the queue?
I don't really like the MFC container classes (but that's just my opinion), but you could check the std::queue (from the STL).
Cédric Moonen Software developer
Charting control [v2.0] OpenGL game tutorial in C++