Author: Unknown
Subject: Valgrind with testDeque
Date: Monday, 06 Apr 2020, 15:55:05
When I run "valgrind -q --leak-check=full ./testDeque" and input the set of commands from t201/202/203, I'm not getting the valgrind report when I hit ctrl-D to signify the end of input. The program just closes and it goes back to a new terminal $ line. How can I see the valgrind report to make sure I don't have any problems with memory?PREV INDEX NEXT