Clan x86

Technical (Development, Security, etc.) => General Programming => Topic started by: drka on June 21, 2005, 12:27:42 am

Title: C++ Compilers
Post by: drka on June 21, 2005, 12:27:42 am
does anyone know any good compilers? im using the mingw++ compiler. it sucks because it refuses to compile my GTK applications.
Title: Re: C++ Compilers
Post by: 01Linux on June 21, 2005, 01:30:32 am
Dev-C++

http://www.bloodshed.net/devcpp.html
Title: Re: C++ Compilers
Post by: Warrior on June 21, 2005, 01:35:32 am
Dev-C++ does use mingw
Title: Re: C++ Compilers
Post by: Quik on June 21, 2005, 02:15:27 am
Shh, don't tell Mangix that.
Title: Re: C++ Compilers
Post by: drka on June 21, 2005, 04:16:08 am
i already know it does. it said it on the website.
Title: Re: C++ Compilers
Post by: MyndFyre on June 21, 2005, 03:31:26 pm
Visual C++ 2003.
Title: Re: C++ Compilers
Post by: Warrior on June 21, 2005, 05:04:14 pm
DJGPP (uses GCC for windows w/o Cygwyn)
Title: Re: C++ Compilers
Post by: Quik on June 21, 2005, 05:46:47 pm
DJGPP (uses GCC for windows w/o Cygwyn)

Wouldn't that be the MinGW port of GCC?
Title: Re: C++ Compilers
Post by: Warrior on June 21, 2005, 09:39:17 pm
No.

http://www.delorie.com/djgpp/
Title: Re: C++ Compilers
Post by: Quik on June 22, 2005, 04:24:47 am
Ah, proved me wrong. Blast, you show how little research I do! ;)

It does look quite hindering, however, because (from what I could see) it must be run in a cmd window. Or, am I wrong? Again, I didn't look into it much.
Title: Re: C++ Compilers
Post by: Warrior on June 22, 2005, 04:32:46 am
You can use anything like notepad and write makefile or batchfile.