473,395 Members | 1,701 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

c/c++ compiler on windows

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
Nov 14 '05 #1
8 7589
In article <bv**********@hood.uits.indiana.edu>,
Anand S Bisen <ab****@example.com> wrote:
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 :-)
Nov 14 '05 #2
KTC
Anand S Bisen <ab****@example.com> for some reason wrote:
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/down..._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
Nov 14 '05 #3
Mac
On Fri, 30 Jan 2004 20:24:11 +0000, Anand S Bisen wrote:
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

Nov 14 '05 #4
Anand S Bisen <ab****@example.com> wrote in message news:<bv**********@hood.uits.indiana.edu>...
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 cygwin distribution (www.cygwin.com), this allows you to
compile many programs written for Unix on Windows as it contains many
off the relevant system calls. There is also GNU Fortran 77 in the
distribution.

Also if you download the mingw libraries included with it you can
compile native programs.

This will take up ~100MB disk space, if you want slightly less try
mingw on it' s own www.mingw.com.
Nov 14 '05 #5
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:
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

Nov 14 '05 #6
In article <ch*********************************@slb-newsm1.svr.pol.co.uk>,
ch***********@cbau.freeserve.co.uk says...
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

Nov 14 '05 #7
On Fri, 30 Jan 2004 20:24:11 -0500, Anand S Bisen <ab****@example.com>
wrote:
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/
Nov 14 '05 #8
Anand S Bisen <ab****@example.com> wrote in message news:<bv**********@hood.uits.indiana.edu>...
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 :)
Nov 14 '05 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Mike Fisher | last post by:
I'm seeing an error when I try to run/debug a web service. Although it doesn't happen every time, it does occur more than half of the times I hit F5. It appears to be returned by the the JIT...
3
by: Hamilton | last post by:
Hi there, I've seen this error appear a few times in newsgroups but unfortunately I haven't found one that actually provides a solution. I'm basically deploying a new website into an area at a...
1
by: Razzie | last post by:
Hi all, I was working on a little project, worked fine, but now all of a sudden I get: The compiler failed with error code -1073741502 as an error message (when running the site, not...
1
by: keithb | last post by:
This application works without error in the development environment using the VS web server. When I publish the site to my IIS 6.0 server, I get this error at runtime when I open the Change...
48
by: meyer | last post by:
Hi everyone, which compiler will Python 2.5 on Windows (Intel) be built with? I notice that Python 2.4 apparently has been built with the VS2003 toolkit compiler, and I read a post from Scott...
1
by: Bruce | last post by:
We suddenly got a mysterious error message on our Windows Server 2003 (SP1) after rolling out a bug fix on a web services application this morning. The application compiles and runs fine on the...
1
by: bhanupoornakumar | last post by:
Hi .. when i am setting a website i am getting the following error.. The compiler failed with error code -1073741819. This is the full error .. u can see below. Compilation Error ...
0
by: gmsieling | last post by:
We're getting compiler error CS0006, with increasing frequency. It says that a randomly named DLL was not found. This happens at random intervals when you try to run the application. We're using the...
41
by: Miroslaw Makowiecki | last post by:
Where can I download Comeau compiler as a trial version? Thanks in advice.
1
by: kmsandeep17 | last post by:
when i host my site on go daddy it give error Compilation Error Description: An error occurred during the compilation of a resource required to service this request. Please review the following...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.