C++ compiler

J

johny smith

Can someone please recommend where I can get a C++ compiler.

I am using XP for the OS. (sorry)

I currently use the C++ compiler that came with the Dietel, Dietel book but
have some problems, ( after I compile and run acouple of times the
environment locks up and I have to reset) so was looking for a
recommendation.

thanks alot
 
J

John Harrison

Can someone please recommend where I can get a C++ compiler.

I am using XP for the OS. (sorry)

I currently use the C++ compiler that came with the Dietel, Dietel book
but
have some problems, ( after I compile and run acouple of times the
environment locks up and I have to reset) so was looking for a
recommendation.

thanks alot

Microsoft's compiler is downloadable from their site
http://msdn.microsoft.com/visualc/vctoolkit2003/.

gcc compiler is available from http://www.cygwin.com.

john
 
I

Ioannis Vranos

johny said:
Can someone please recommend where I can get a C++ compiler.

I am using XP for the OS. (sorry)

I currently use the C++ compiler that came with the Dietel, Dietel book but
have some problems, ( after I compile and run acouple of times the
environment locks up and I have to reset) so was looking for a
recommendation.

http://www.mingw.org there you can download the *compiler* which is a
GCC port for Windows. The latest complete official package to download
is MinGW-3.1.0-1.exe,

and at http://www.context.cx/ you can download a nice *editor* to use as
a front-end to it (instead of using Notepad for example).



Another choice is Dev-C++ from http://www.bloodshed.net which comes with
the same compiler mentioned above together with an IDE.






Regards,

Ioannis Vranos
 
W

Walter

johny smith said:
Can someone please recommend where I can get a C++ compiler.

I am using XP for the OS. (sorry)

I currently use the C++ compiler that came with the Dietel, Dietel book but
have some problems, ( after I compile and run acouple of times the
environment locks up and I have to reset) so was looking for a
recommendation.

The free Digital Mars C++ compiler, from www.digitalmars.com

-Walter
www.digitalmars.com free C/C++/D compilers
 
J

Jakub Wosko

Can someone please recommend where I can get a C++ compiler.
I am using XP for the OS. (sorry)

I currently use the C++ compiler that came with the Dietel, Dietel book but
have some problems, ( after I compile and run acouple of times the
environment locks up and I have to reset) so was looking for a
recommendation.

thanks alot

Borland C++ Compiler 5.5, free. Very good.

http://www.borland.com/products/downloads/download_cbuilder.html

THX:
Jakub
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,174
Messages
2,570,941
Members
47,476
Latest member
blackwatermelon

Latest Threads

Top