Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 04-21-2006, 11:10 PM   #1 (permalink)
Kdar's Avatar
 
Ultra Techie

Join Date: Dec 2005

Posts: 870

Kdar is on a distinguished road

Default Good C++ Compiler??

Hello.

I looking for a good C++ compiler.

Right now I using Visual 2003...

and what you ppl use? and which one you think is better...

also what is better Borland or Visual?

and what is a good C++ Compiler that can run in Linux and able to build Qt aplications.

thnks.
Kdar is offline  
Old 04-21-2006, 11:55 PM   #2 (permalink)
 
Ultra Techie

Join Date: Jul 2005

Posts: 530

TheHeadFL

Send a message via AIM to TheHeadFL
Default

Well Visual C++ 2005 is a *great* IDE to use for Windows development. There is probably none better.

For linux use, gcc/g++ is the way to go. You can run it under Cygwin on Windows and it is standard on most linux installs.

If you install Cygwin, make sure to include the 'make' package also.
__________________
Desktop machine: 2 x Opteron 246, Asus K8N-DL, 2GB PC3200 ECC Reg., XFX GeForce 6600GT, 74gb WD Raptor, 2 x 19\" LCDs, Windows XP x64
Server machine: Intel P4 3.0GHz 2MB EM64T, ECS i865pe, 1GB PC3200, 36gb WD Raptor, Windows Server 2003
Laptop: Dell Inspiron 9100 (Intel P4 3.2GHz 1MB Prescott, i865pe, 512MB PC3200, Mobility Radeon 9700, DVD+R/DL Burner), Windows XP
Linux: P3 450Mhz, 386MB ram, Slackware 10.1 (Running mySQL/Apache)
TheHeadFL is offline  
Old 04-22-2006, 02:43 AM   #3 (permalink)
Chankama's Avatar
 
Monster Techie

Join Date: Jan 2005

Location: Canada

Posts: 1,522

Chankama will become famous soon enough

Default

Well, one open source compiler I use (windows) is the one in my signature. It's the Watcom compiler.
Chankama is offline  
Old 04-22-2006, 03:40 PM   #4 (permalink)
 
Ultra Techie

Join Date: Apr 2005

Posts: 950

M4A1 is on a distinguished road

Send a message via AIM to M4A1
Default

Quote:
Originally posted by Chankama
Well, one open source compiler I use (windows) is the one in my signature. It's the Watcom compiler.

M4A1 is offline  
Old 05-07-2006, 10:50 AM   #5 (permalink)
 
Newb Techie

Join Date: May 2006

Posts: 1

mohmadatef

Send a message via Yahoo to mohmadatef
Default

I use a Borland c++ compiler and it's so good.
I advice you to use it .
mohmadatef is offline  
Old 05-12-2006, 04:54 PM   #6 (permalink)
 
Newb Techie

Join Date: May 2006

Posts: 14

flark.f

Send a message via AIM to flark.f
Default

Try Bloodshed's dev-C++: http://www.bloodshed.net/devcpp.html
flark.f is offline  
Old 05-14-2006, 05:10 PM   #7 (permalink)
Chankama's Avatar
 
Monster Techie

Join Date: Jan 2005

Location: Canada

Posts: 1,522

Chankama will become famous soon enough

Default

Anyone knows too much about the history of Bloodshed's version? I have it too. I think I found a bug with this compiler once. The same piece of code (with some extremely unstable calculations) produced different results from both the Watcom and the Visual Studio .NET compilers that I also have.

In anycase, the Watcom compiler was a commercial product at one point. And Sybase (the big database company) used that product for s/w compilation. How do I know? I did a couple of internships there while I was in university . In fact, Watcom was bought out by Sybase back when (I think! lol) - so that's why I think they used it. I worked with (more like mentored with) one of the original developers of the compiler while I was at Sybase. And now they gave it to the open source community. So you know such a product has to be very reliable. Something that has been used in the industry.
Chankama is offline  
Old 05-14-2006, 10:50 PM   #8 (permalink)
 
Super Techie

Join Date: May 2005

Posts: 479

furtivefelon

Default

bloodshed is using cygwin and GCC compiler..
__________________
lisp hacker
running: FreeBSD 5.4 - still learning
develop with: SBCL + emacs for lisp, Anjuta IDE +gcc for c, SPE for python..
browse with: opera
furtivefelon is offline  
Old 05-15-2006, 01:32 AM   #9 (permalink)
Chankama's Avatar
 
Monster Techie

Join Date: Jan 2005

Location: Canada

Posts: 1,522

Chankama will become famous soon enough

Default

A quick wikipedia check seems to indicate it uses the MinGW compiler - which is a GCC port to windows.

http://en.wikipedia.org/wiki/Dev-C_plus_plus

A refresher to MinGW - http://en.wikipedia.org/wiki/MinGW
Chankama is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On