Project 1 Redo
You can run my test driver:
- Log in to cslab103
- Change to the directory containing your code
-
~dbennett/Public/230/pj1/doit.sh calc
- Where
calc
is the name of your executable for the calculator.
- This will
-
make clean
to clean up the directory.
-
make
to build the project.
- Note, I will make sure you are using the proper compiler flags when I compile, so you should do the same.
- Run the program with various input values.
- My notes were not the most clear on how the output should appear. This is the standard.
- You do not need to change the format of the dump command if it matches the given standard.
- You do need to match everything else.