Good C++ Compiler?

K

Kyle Stevens

Does anyone know of and good, and free, C++ compiler programs and
where I might download them?
 
E

Eric Damphousse

Does anyone know of and good, and free, C++ compiler programs and
where I might download them?

I would recommend that you have a look at the GCC compiler. You will
find it at gcc.gnu.org. It pretty much runs on every single platform
you can think off and as per your requirement, its free. Look at
http://gcc.gnu.org/install/specific.html to see if your platform of
choice is there.

Eric
 
A

Alex

Kyle Stevens said:
Does anyone know of and good, and free, C++ compiler programs and
where I might download them?
If you are coding on Windows platform, you might want to check out Borland
C++5.5 at http:\\www.borland.com?

Good Luck!
Alex
2003/11/25
 
A

Alex

Kyle Stevens said:
Does anyone know of and good, and free, C++ compiler programs and
where I might download them?
If you are coding on Windows platform, you might want to check out Borland
C++5.5 at http:\\www.borland.com?

Good Luck!
Alex
2003/11/25
 
J

Jeff

Does anyone know of and good, and free, C++ compiler programs and
where I might download them?

http://www.gnu.org/directory/GNU/gpp.html

It's pretty good and its _very_ widely used. On the rare occasions when
I have issues with it, I can usually find somebody else who has had the
same issue and solved it. The documentation is pretty good, too.

In general, the best free compilers and other development utilities are
developed on Linux these days. If you're planning to do a lot of
development, it's probably worth running Linux. Oh, and almost all
distributions of linux come with recent versions of GCC (the Gnu
compiler collection) pre-installed, along with a bunch of other good
stuff (debuggers, etc.).
 

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,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top