Personal computing discussed

Moderators: renee, SecretSquirrel, just brew it!

 
sativa
Grand Gerbil Poohbah
Topic Author
Posts: 3044
Joined: Sun Apr 14, 2002 7:22 pm
Location: lafayette, la

Dev C++ Limitations

Tue Sep 21, 2004 12:43 am

Hey do any of you know of any free robust C++ compilers? I'm not looking to do Win32 API stuff.

Dev C++ 5 beta is pretty good except for their glaring lack of template support. Any time you have a templated class in a seperate .cpp file, it gives you a linker error. Are there any good free C++ GNU or GCC compilers for windows you guys are using?
Science is forbidden. Laboratories manufacture danger!
 
just brew it!
Administrator
Posts: 54500
Joined: Tue Aug 20, 2002 10:51 pm
Location: Somewhere, having a beer

Tue Sep 21, 2004 8:01 am

Couple of possibilities come to mind:

<a href="http://www.cygwin.com">Cygwin</a>

<a href="http://www.microsoft.com/windows/sfu/default.asp">Microsoft Services for UNIX</a>

Both free, and both include GCC/G++. I haven't personally tried MS SFU yet (it's on my ever-expanding "things I should check out sometime" list...)

I'll leave the debate over the irony of Microsoft distributing GPLed software for another thread... :wink:
Nostalgia isn't what it used to be.
 
SecretSquirrel
Minister of Gerbil Affairs
Posts: 2726
Joined: Tue Jan 01, 2002 7:00 pm
Location: North DFW suburb...
Contact:

Tue Sep 21, 2004 12:24 pm

As someone has pointed out, you can use cygwin. Here are a coupe of other GNU gcc/g++ ports you can look into as well.

http://www.delorie.com/djgpp

http://www.mingw.org

--SS
 
muyuubyou
Grand Gerbil Poohbah
Posts: 3222
Joined: Wed Aug 28, 2002 6:19 am
Location: London, UK or Tokyo/Yokohama, Japan or Madrid, Spain

Tue Sep 21, 2004 12:36 pm

Adding to JBI's and SecretSquirrel's suggestions, Borland has these: http://www.borland.com/products/downloa ... ilder.html

I use GCC mostly, but some fellow programmers prefer Borland or openWatcom (the OS reincarnation of the good old Watcom) http://www.openwatcom.org/
no sig
 
just brew it!
Administrator
Posts: 54500
Joined: Tue Aug 20, 2002 10:51 pm
Location: Somewhere, having a beer

Tue Sep 21, 2004 12:46 pm

Hey I remember Watcom -- didn't know they were still around! I just ran across a couple of old Watcom install CDs a few days ago, while going through a pile of crap in my office!
Nostalgia isn't what it used to be.
 
Veritas
Gerbil First Class
Posts: 113
Joined: Wed Dec 26, 2001 7:00 pm
Location: Houston, TX
Contact:

Thu Sep 30, 2004 1:38 pm

I vote for mingw as SS mentioned above...With it you don't have to install all the cygwin stuff. Also compiles win32 binaries and has headers for the win32 libs so you can write native win32 apps with it. Or you can just stick with "DOS" apps.
 
tfp
Grand Gerbil Poohbah
Posts: 3413
Joined: Wed Sep 24, 2003 11:09 am

Thu Sep 30, 2004 1:53 pm

If your not looking to do Win stuff, Intel has a free Linux compiler:

http://www.intel.com/software/products/noncom/
 
Flowboy
Gerbil
Posts: 87
Joined: Tue May 04, 2004 5:16 pm

Sat Oct 02, 2004 12:23 pm

The Visual C++ compiler is now free.

http://msdn.microsoft.com/visualc/vctoolkit2003/

You just don't get the IDE.

Who is online

Users browsing this forum: No registered users and 1 guest
GZIP: On