C++ Etc. Resources for Lab 2 on Stacks

Here are some slides from a past class on C++ strings and vectors. [34 slides: PDF 6-per-page, or PDF 1-per-page (better for on-line viewing)]
Your should also read about strings and vectors in your C++ textbook, e.g. in Weiss' C++ for Java Programmers, Section 2.2.

For information on the STL stack class, you can also look in your C++ textbook, e.g. in Weiss' C++ for Java Programmers, Chapter 10. There are some resources on the web but each is a bit hard to use or has "issues":

Unix Links:

From the lab document, we told you that introductions to UNIX can be found at http://www.itc.virginia.edu/desktop/unix/docs/ and http://cslibrary.stanford.edu/107/ .