Software Development in the UNIX Environment Programming Languages Available
Languages (Compiler name)
C(cc,gcc)
C++ (CC,g++)
f77 (f77)
f90 (f90)
java (javac)
Documentation
man
UNIX man page utility for compiler commands (ex. man cc)
man section 1 - executable programs or shell commands
man section 2- system calls (functions provided by the UNIX kernel)
man section 3 - functions within system libraries
man section 4 - Special files (usually found in /dev)
man section 5 file formats and conventions