Most C and C++ compilers can be found in /usr/local/bin and /usr/local/opt/SUNWspro/bin. CC and cc are the C compilers that come along with the system you are logged into. gcc and g++ are free C and C++ compilers from GNU. gdb is a GNU debugger useful for tracking down mistakes in your program. To use it, compile with the -g option.