Advertisement

Need suggestions on good C++ compilers...

Started by March 10, 2002 06:12 PM
6 comments, last by Flack 22 years, 8 months ago
Hey guys. Im pretty new to C++ and I was just wondering which compilers out there are the best to use, free or commercial (for my win 98 machine). Any suggestions are greatly appreciated. Thanx Flack
gcc is free an available for just about every platform. It targets nearly every architecture on the planet and isn''t that hard to use.
Advertisement
bloodshed.net
"I thought what I'd do was, I'd pretend I was one of those deaf-mutes." - the Laughing Man
Go to www.cnet.com and get the Borland compiler, and the compiler shell. The shell messes up sometimes, like it won''t compile even though there are no errors, but it''s still pretty kool.
HibikiWheres the any key?www.geocities.com/dragongames123/home.html
find your elementat mutedfaith.com.<º>
In my opinion VC++ is a great compiler. It has a lot of features that many or all the other compilers dont have. You can get the standard version for $99.

Jeff D
Suffered seven plagues, but refused to let the slaves go free. ~ Ross Atherton
I use Dev-C++ from Bloodshed.net. Seems to support and work just about every code I throw at it(there have been a couple that coughed up blood, but for the most part, it''s treated me well). I say Dev-C++... It''s a lot better than my VC++ V1.5(it was released back in the Win3.1 days O_O).
Advertisement
if you have money to spend, i''d go with Visual C++ 6. otherwise i''d just get dev-c++.


- f l u c k y p o o
- the geek inside
- f l u c k y p o o
if your not afraid to give new things a try, use linux and all the tools are free, i''d recommend KDevelop as a great IDE too

This topic is closed to new replies.

Advertisement