Support Knowledge Base
  • Knowledge Base: CGI-Scripts and Programing Languages

     

     

    13. Can I compile programs written in C and C++? - Top

     

    Yes, we offer the gcc compiler.

    The C and C++ compilers are integrated. Both process input files through one or more of four stages: preprocessing, compilation, assembly, and linking. Source filename suffixes identify the source language, but which name you use for the compiler governs default assumptions.

    You can get further docs on the compiler when logged into shell by typing:

    man gcc (hit enter)

    Which will provide full syntax and options.



    - Updated: May 7, 2000