Advanced Programming I Lecture Notes

Advanced Programming I Lecture Notes

20 February 2007 • Stacks


The STL, for example, provides stacks, but not as one of the container classes. Instead it provides an adaptor class that turns an instance of a vector, for example, into a stack with appropriate operations.


This page last modified on 24 January 2006.