C++Talk.NET Forum Index C++Talk.NET
C++ language newsgroups
 
Archives   FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

c/c++ compiler on windows

 
Post new topic   Reply to topic    C++Talk.NET Forum Index -> C++ language (comp.lang.c++)
View previous topic :: View next topic  
Author Message
Anand S Bisen
Guest





PostPosted: Sat Jan 31, 2004 1:24 am    Post subject: c/c++ compiler on windows Reply with quote



Hello

Generally i write my programs in some sort of unix boxes, but now that i
got a laptop and i have windows xp running on top of that i was shopping
around for a decent c/c++ compiler. I can get visual studio .net 2002,
2003 or plain visual studio 6 free for download from my university but
they look pretty much over kill for what i do. I generally code in plain
ANSI C/C++ and i dont want to give huge disk space for just a compiler
and it's libraries.

I would really appreciate if somebody could point me to a c/c++ or even
fortran compiler IDE for windows that i can buy/download/etc.. for my
personal use.

Thanks

Anand
Back to top
Christian Bau
Guest





PostPosted: Sat Jan 31, 2004 1:27 am    Post subject: Re: c/c++ compiler on windows Reply with quote



In article <bvf03l$hek$1 (AT) hood (DOT) uits.indiana.edu>,
Anand S Bisen <abisen (AT) example (DOT) com> wrote:

Quote:
Hello

Generally i write my programs in some sort of unix boxes, but now that i
got a laptop and i have windows xp running on top of that i was shopping
around for a decent c/c++ compiler. I can get visual studio .net 2002,
2003 or plain visual studio 6 free for download from my university but
they look pretty much over kill for what i do. I generally code in plain
ANSI C/C++ and i dont want to give huge disk space for just a compiler
and it's libraries.

I would really appreciate if somebody could point me to a c/c++ or even
fortran compiler IDE for windows that i can buy/download/etc.. for my
personal use.

Try the Metrowerks Codewarrior compiler. I've got Codewarrior 6 for
Windows from a magazine cover (version 8 or 9 is probably current and
costs real money), and for writing C or C++ code even that essentially
free version is pure heaven compared to .Net.

Or try the Watcom compiler. C, C++ and Fortran, and all free including
source code. I haven't tried any of them yet :-)

Back to top
KTC
Guest





PostPosted: Sat Jan 31, 2004 2:22 am    Post subject: Re: c/c++ compiler on windows Reply with quote



Anand S Bisen <abisen (AT) example (DOT) com> for some reason wrote:

Quote:
Hello

Generally i write my programs in some sort of unix boxes, but
now that i got a laptop and i have windows xp running on top of
that i was shopping around for a decent c/c++ compiler. I can
get visual studio .net 2002, 2003 or plain visual studio 6 free
for download from my university but they look pretty much over
kill for what i do. I generally code in plain ANSI C/C++ and i
dont want to give huge disk space for just a compiler and it's
libraries.

I would really appreciate if somebody could point me to a c/c++
or even fortran compiler IDE for windows that i can
buy/download/etc.. for my personal use.

Thanks

Anand

Digital Mars C/C++
http://www.digitalmars.com/

Open Watcom C/C++ & Fortan
http://www.openwatcom.org/

Borland C/C++ 5.5 command line
http://www.borland.com/products/downloads/download_cbuilder.html

Dev-C++ (Uses MinGW or Cygwin)
http://www.bloodshed.net/dev/devcpp.html

http://www.mingw.org/

http://www.cygwin.com/

--
Experience is a good school but the fees are high.
- Heinrich Heine

Back to top
Mac
Guest





PostPosted: Sat Jan 31, 2004 5:01 am    Post subject: Re: c/c++ compiler on windows Reply with quote

On Fri, 30 Jan 2004 20:24:11 +0000, Anand S Bisen wrote:

Quote:
Hello

Generally i write my programs in some sort of unix boxes, but now that i
got a laptop and i have windows xp running on top of that i was shopping
around for a decent c/c++ compiler. I can get visual studio .net 2002,
2003 or plain visual studio 6 free for download from my university but
they look pretty much over kill for what i do. I generally code in plain
ANSI C/C++ and i dont want to give huge disk space for just a compiler
and it's libraries.

I would really appreciate if somebody could point me to a c/c++ or even
fortran compiler IDE for windows that i can buy/download/etc.. for my
personal use.

Thanks

Anand

This is really not topical on clc. I doubt it is topical for clc++,
either.

Look into cygwin or mingw.

Mac


Back to top
DavidG
Guest





PostPosted: Sat Jan 31, 2004 6:05 pm    Post subject: Re: c/c++ compiler on windows Reply with quote

Try the Borland command line compiler. I also suggest maybe a good text
editor like Crimson Editor or whatever you like. I don't program too
much on Windows, but when I do, that's the combo I use.

Anand S Bisen wrote:
Quote:
Hello

Generally i write my programs in some sort of unix boxes, but now that i
got a laptop and i have windows xp running on top of that i was shopping
around for a decent c/c++ compiler. I can get visual studio .net 2002,
2003 or plain visual studio 6 free for download from my university but
they look pretty much over kill for what i do. I generally code in plain
ANSI C/C++ and i dont want to give huge disk space for just a compiler
and it's libraries.

I would really appreciate if somebody could point me to a c/c++ or even
fortran compiler IDE for windows that i can buy/download/etc.. for my
personal use.

Thanks

Anand

Back to top
Randy Howard
Guest





PostPosted: Sat Jan 31, 2004 9:51 pm    Post subject: Re: c/c++ compiler on windows Reply with quote

In article <christian.bau-3E403B.01271831012004 (AT) slb-newsm1 (DOT) svr.pol.co.uk>,
[email]christian.bau (AT) cbau (DOT) freeserve.co.uk[/email] says...
Quote:
I would really appreciate if somebody could point me to a c/c++ or even
fortran compiler IDE for windows that i can buy/download/etc.. for my
personal use.

Try the Metrowerks Codewarrior compiler.

Ugh. I think this is one of the most abysmal IDE / compiler environments
currently in production. The fact that you got it free doesn't make it
much better. Especially, when the Bloodshed Dev-C++/gcc package is
also free, and far better.

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

--
Randy Howard
2reply remove FOOBAR


Back to top
Buck Rogers
Guest





PostPosted: Sun Feb 01, 2004 12:06 am    Post subject: Re: c/c++ compiler on windows Reply with quote

On Fri, 30 Jan 2004 20:24:11 -0500, Anand S Bisen <abisen (AT) example (DOT) com>
wrote:

Quote:
Hello

Generally i write my programs in some sort of unix boxes, but now that i
got a laptop and i have windows xp running on top of that i was shopping
around for a decent c/c++ compiler. I can get visual studio .net 2002,
2003 or plain visual studio 6 free for download from my university but
they look pretty much over kill for what i do. I generally code in plain
ANSI C/C++ and i dont want to give huge disk space for just a compiler
and it's libraries.

I would really appreciate if somebody could point me to a c/c++ or even
fortran compiler IDE for windows that i can buy/download/etc.. for my
personal use.

Thanks

Anand

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

Buck.

--
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/

Back to top
Chris Mantoulidis
Guest





PostPosted: Sun Feb 01, 2004 7:47 am    Post subject: Re: c/c++ compiler on windows Reply with quote

Anand S Bisen <abisen (AT) example (DOT) com> wrote

Quote:
Hello

Generally i write my programs in some sort of unix boxes, but now that i
got a laptop and i have windows xp running on top of that i was shopping
around for a decent c/c++ compiler. I can get visual studio .net 2002,
2003 or plain visual studio 6 free for download from my university but
they look pretty much over kill for what i do. I generally code in plain
ANSI C/C++ and i dont want to give huge disk space for just a compiler
and it's libraries.

I would really appreciate if somebody could point me to a c/c++ or even
fortran compiler IDE for windows that i can buy/download/etc.. for my
personal use.

Thanks

Anand

DJGPP: http://www.delorie.com/djgpp
CygWin: http://www.cygwin.com/
MinGW: http://www.mingw.org/

Have fun :)

Back to top
Display posts from previous:   
Post new topic   Reply to topic    C++Talk.NET Forum Index -> C++ language (comp.lang.c++) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2006 phpBB Group
SEO toolkit © 2004-2006 webmedic.