CS222: Project Resources
Debugging Tools:
-
Using DDD
DDD is a graphical front-end for GDB and other command-line debuggers.
See http://www.gnu.org/manual/ddd/html_mono/ddd.html
for an excellent tutorial.
-
Using Valgrind
Valgrind can help you find memory problems in your C/C++ programs.
See the following pages: