STL Queue in MFC
C / C++ / MFC
2
Posts
2
Posters
1
Views
1
Watching
-
Hi, Can i use STL queue in MFC application? How can i use it in my application? Thanks, Ratheesh.
-
Hi, Can i use STL queue in MFC application? How can i use it in my application? Thanks, Ratheesh.
of course you can ... #include <queue> see http://www.cplusplus.com/reference/stl/queue/[^] for examples (click on the member funtions on the left hand side of the page) 'g'