Free C++ Compilers

D

DaNNyM

Hi all!

I'm after a Free Windows based C++ Compiler

Can anyone recommend one?

I usually use MS Visual Studio.net at University but I need a free compiler
to use on my home machine

Cheers!

Dan M
 
K

Kevin Anthoney

DaNNyM said:
Hi all!

I'm after a Free Windows based C++ Compiler

Can anyone recommend one?

I usually use MS Visual Studio.net at University but I need a free
compiler to use on my home machine

Cheers!

Dan M

I haven't used it, but you could try http://www.openwatcom.org
 
S

sirclif

do you just want a compiler, or an IDE to go with it. gcc is free and has a
windows version, its command line
 
J

John Harrison

DaNNyM said:
Hi all!

I'm after a Free Windows based C++ Compiler

Can anyone recommend one?

I usually use MS Visual Studio.net at University but I need a free
compiler
to use on my home machine

Microsoft's C++ compiler is free, download it from their site. Its the same
compiler as is in Visual Studio just without the IDE.

john
 
V

Victor Bazarov

sirclif said:
do you just want a compiler, or an IDE to go with it. gcc is free and has a
windows version, its command line

There are free "IDE" type of things for it too. Dev-C++ is one. Emacs is
another, or so I heard.
 
S

Sharad Kala

DaNNyM said:
Hi all!

I'm after a Free Windows based C++ Compiler

Can anyone recommend one?

I usually use MS Visual Studio.net at University but I need a free compiler
to use on my home machine

MS VC Toolkit 2003 (VC7.1)
g++ on Cygwin
Comeau online (only for compiling but still very good for small code
snippets)

Sharad
 

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

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,013
Latest member
KatriceSwa

Latest Threads

Top