
-----------------------------------
Naveg
Sun Jan 16, 2005 11:27 pm

GCC
-----------------------------------
How exactly do i get this??

-----------------------------------
wtd
Sun Jan 16, 2005 11:36 pm


-----------------------------------
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.

-----------------------------------
Martin
Mon Jan 17, 2005 10:55 pm


-----------------------------------
Remember, it's G++ if you're compiling C++ code.

-----------------------------------
wtd
Mon Jan 17, 2005 11:56 pm


-----------------------------------
Yes, it's rather confusing.  GCC is the GNU Compiler Collection.  "gcc" is the GNU C Compiler program.

-----------------------------------
Naveg
Tue Jan 18, 2005 6:57 am


-----------------------------------
its the compiler i want

-----------------------------------
wtd
Tue Jan 18, 2005 4:05 pm


-----------------------------------
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.)
