Other Resources
    Debugging
    
        - gdb - Gnu DeBugger
- ddd - front end to gdb
- lldb - LLVM debugger
- valgrind - memory checker (access and leaks)
Code browsing
    
        Both of these can be incorporated into Vim or Emacs.
    
    
    Useful links
    There is quite a bit of useful information on C, C++, Unix, and shell scripting
    available online.  If you find something interesting, let me know and I'll
    add it here.  Most of these links have been recommended by past students.
    Frequently used or multi-area
    
    C Programming
    
    C++ Programming
    
    GDB/DDD and debugging
    
    Makefiles
    
    Unix
    
    
    Shell Scripting
    
    Regular Expressions
    
    
    Version Control
    
    Humor