How to use priority_queue::(push,pop,empty,top) STL function in Visual C++ (157623)
The information in this article applies to:
- The Standard C++ Library, when used with:
- Microsoft Visual C++, 32-bit Enterprise Edition 4.2
- Microsoft Visual C++, 32-bit Enterprise Edition 5.0
- Microsoft Visual C++, 32-bit Enterprise Edition 6.0
- Microsoft Visual C++, 32-bit Professional Edition 4.2
- Microsoft Visual C++, 32-bit Professional Edition 5.0
- Microsoft Visual C++, 32-bit Professional Edition 6.0
- Microsoft Visual C++, 32-bit Learning Edition 6.0
This article was previously published under Q157623 SUMMARY The sample code below illustrates how to use the
priority_queue::push, priority_queue::pop, priority_queue::empty,
priority_queue::top, and priority_queue::size STL functions in Visual C++.
Modification Type: | Major | Last Reviewed: | 7/15/2005 |
---|
Keywords: | kbhowto kbcode kbinfo KB157623 kbAudDeveloper |
---|
|