Unix Compilers Command

Unix Compilers Command


Command                     Description

cc  filename                 C compiler

CC  Filename                 Sun's C++ Compiler

gcc Filename                 GNU C Compiler

g++ Filename                 GNU C++ Compiler

f77 Filename                 Fortran77 Compiler

f90 Filename                 Fortran90 Compiler

pc  Filename                 Pascal Compiler

More commands