Loyola College in Maryland

CS 301 - Data Structures and Algorithms I
Spring 2003


Loyola College > Department of Computer Science > CS 301 > Examples > Exercise 1
Download the following files (they can also be copied from the directory ~jglenn/public_html/301/S2003/Examples/ExerciseS1). The instructions for the exercise are given in a comment in stack.cpp. The application (an RPN calculator) can be compiled with the command
  g++ -o calc.x stack.cpp integer.cpp calc.cpp
stack.cpp
stack.h
integer.h
integer.cpp
calc.cpp