Homework 2 Notes
To run my test code
- Be logged into cslab103 with DListT.cpp in a directory
- Run
- This will
- Create a sub directory called gradeDir
- Copy your DListT.cpp to that directory
- Copy other code to that directory
- Compile my test driver with your list code.
- Please be aware that this will take a little longer to compile
- Run my test driver
- Run my test driver through valgrind.
- When you encounter errors
- Debug as usual
- Stick cout statements in DListTTest.cpp
- DRAW PICTURES of what is happening.