On Sun, Jun 14, 2009 at 5:53 PM, Jeremy Leonard<[email protected]> wrote: > > I am in the process of re-learning C++. I know how to compile my > programs from the command line using gcc/g++. I am also wanting to > learn how to use gdb from the command line. Are there any other tools > available that would be useful to learn? Right now I am primarily > concerned with tools that I can use from the command line. Thanks in > advance.
Valgrind helps check for memory leaks, that's a real important one to learn. -- Registered Linux Addict #431495 For Faith and Family! | John 3:16! http://www.fsdev.net/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Linux Users Group. To post a message, send email to [email protected] To unsubscribe, send email to [email protected] For more options, visit our group at http://groups.google.com/group/linuxusersgroup -~----------~----~----~----~------~----~------~--~---
