Computer Science Canada

GCC

Author:  Naveg [ Sun Jan 16, 2005 11:27 pm ]
Post subject:  GCC

How exactly do i get this??

Author:  wtd [ Sun Jan 16, 2005 11:36 pm ]
Post subject: 

If you're using Windows, go to www.mingw.org and download:

http://prdownloads.sf.net/mingw/MinGW-3.1.0-1.exe?download

If you're using any other system, it's most likely already installed.

Author:  Martin [ Mon Jan 17, 2005 10:55 pm ]
Post subject: 

Remember, it's G++ if you're compiling C++ code.

Author:  wtd [ Mon Jan 17, 2005 11:56 pm ]
Post subject: 

Yes, it's rather confusing. GCC is the GNU Compiler Collection. "gcc" is the GNU C Compiler program.

Author:  Naveg [ Tue Jan 18, 2005 6:57 am ]
Post subject: 

its the compiler i want

Author:  wtd [ Tue Jan 18, 2005 4:05 pm ]
Post subject: 

Vladimir wrote:
its the compiler i want


Fortunately for you the compiler collection includes both C and C++ compilers (and optionally, compilers for Objective-C, Ada, Fortran77, Java, etc.)


: