Connecting Tech Pros Worldwide Help | Site Map

Windows Compiler Recommendations

  #1  
Old July 22nd, 2005, 06:11 AM
Derek
Guest
 
Posts: n/a
Hi,

I am taking introductory C++ in college, and we use MS Visual C++ in
class. :-(

I want to be independent from Microsoft (or as independent as I can be
while developing on Windows!) Are there any good, easy-to-use GNU
compilers for windows? What do you recommend?

Thanks,
Derek
  #2  
Old July 22nd, 2005, 06:11 AM
King Leo - Martin Oberzalek
Guest
 
Posts: n/a

re: Windows Compiler Recommendations


Derek wrote:
[color=blue]
> Are there any good, easy-to-use GNU
> compilers for windows? What do you recommend?[/color]

http://www.bloodshed.net/devcpp.html

Greetings, Martin!

--
Enie Sdutie der Uni Cgabdmire hat ftetelesgslt, dsas man die Beatsubhcn
eeins Wtoers, bis auf den Anngafs- und Euacdebbtshnn, keptmolt veeedrhrn
knan und der Txet tdtoerzm ncoh lasebr ist.
http://kingleo.pages.at/index_shuffle.xml.php

  #3  
Old July 22nd, 2005, 06:11 AM
Brian Genisio
Guest
 
Posts: n/a

re: Windows Compiler Recommendations


Derek wrote:
[color=blue]
> Hi,
>
> I am taking introductory C++ in college, and we use MS Visual C++ in
> class. :-(
>
> I want to be independent from Microsoft (or as independent as I can be
> while developing on Windows!) Are there any good, easy-to-use GNU
> compilers for windows? What do you recommend?
>
> Thanks,
> Derek[/color]

Yeah...

mingw is a direct port,
cygwin is a POSIX port, which then ports the tools using POSIX.

mingw is faster and more minimal
cygwin has everything you would expect in a Linux distribution

Both have shells (sh, bash) ported to windows.

The Bloodshed DevC++ mentioned by the other poster uses mingw by
default, but it can be set up to use cygwin.

DevC++ is open source and cross platform, so the same development
environment can theoretically be used on many platforms (nice)

Good luck,
Brian

  #4  
Old July 22nd, 2005, 06:11 AM
Mike Smith
Guest
 
Posts: n/a

re: Windows Compiler Recommendations


King Leo - Martin Oberzalek wrote:
[color=blue]
> Derek wrote:
>
>[color=green]
>>Are there any good, easy-to-use GNU
>>compilers for windows? What do you recommend?[/color]
>
>
> http://www.bloodshed.net/devcpp.html[/color]

Personally, I find MinGW Developer Studio to be superior:

http://www.parinya.ca/

Plus it's available for both Windows and Linux if that's of interest.

--
Mike Smith


  #5  
Old July 22nd, 2005, 06:11 AM
Bryan Bullard
Guest
 
Posts: n/a

re: Windows Compiler Recommendations



"Brian Genisio" <BrianGenisio@yahoo.com> wrote in message
news:40042c4e$1@10.10.0.241...

i will also recommend gnu c++ on cygwin. have never had any major issues
for a wide variety of projects.
also you might find the bin utilities helpful.

-bryan
[color=blue]
> Derek wrote:
>[color=green]
> > Hi,
> >
> > I am taking introductory C++ in college, and we use MS Visual C++ in
> > class. :-(
> >
> > I want to be independent from Microsoft (or as independent as I can be
> > while developing on Windows!) Are there any good, easy-to-use GNU
> > compilers for windows? What do you recommend?
> >
> > Thanks,
> > Derek[/color]
>
> Yeah...
>
> mingw is a direct port,
> cygwin is a POSIX port, which then ports the tools using POSIX.
>
> mingw is faster and more minimal
> cygwin has everything you would expect in a Linux distribution
>
> Both have shells (sh, bash) ported to windows.
>
> The Bloodshed DevC++ mentioned by the other poster uses mingw by
> default, but it can be set up to use cygwin.
>
> DevC++ is open source and cross platform, so the same development
> environment can theoretically be used on many platforms (nice)
>
> Good luck,
> Brian
>[/color]


Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
Compiler Error Message: CS0006 Bruce answers 1 August 7th, 2006 07:05 AM
C++ compiler recommendations Jeremy Watts answers 4 July 23rd, 2005 04:39 AM
Windows CPP Compiler Recommendations... Bob Mariotti answers 1 July 22nd, 2005 05:41 AM
Perl compiler recommendations? Ivan Marsh answers 0 July 19th, 2005 06:19 AM