C, C++ Compilers
Software Description: Complier software
Platform: Unix
Cost: No charge
C and C++ Compilers are available on several centrally managed VCU Unix servers.
Gnu Compiler Collection 4.1.2 (Default)
-
C, Objective C, Objective C++ - gcc
-
C++ - g++
-
Java (compiler) - gcj
-
Ada - gnat
-
Fortran 90 - gfortran
Gnu Compiler Collection 4.4.4:
-
C - gcc44
-
C++ - g++44
-
Fortran 90 - gfortran44
Gnu Compiler Collection 3.4.6:
-
C - gcc34
-
C++ - g++34
-
Fortran 77 - g77
Tutorials & Training:
Command to compile a program named myprog:
- For C: cc myprog
- For C++: c++ myprog
- For GNU C: gcc myprog