PDA

View Full Version : best C++ Compiler


iota
07-07-2005, 10:46 AM
Hi masters,


What's the best C++ Compiler you think? Like VB.Net IDE.
Where can I find it?
Can you give me link to there?

Thank you for your great info. :p
As far as I've found , Dev C++ is the best one in my opinion. :)

aman
07-07-2005, 12:11 PM
Compiler and IDE are two totally different things. Dev-C++ is probably the best IDE you will find, for free. MSVC I think is the best IDE available for Windows.

Compilers are different, the best one IMO for intel chips is the Intel C++ compiler, which can be used to replace the default MSVC compiler. Dev-C++ uses the mingw compiler, which can be replaced with any compatible one you like.

JamieR
07-07-2005, 12:34 PM
I use Dev-C++, it's great :D

iota
07-08-2005, 07:39 AM
Compiler and IDE are two totally different things. Dev-C++ is probably the best IDE you will find, for free. MSVC I think is the best IDE available for Windows.

Compilers are different, the best one IMO for intel chips is the Intel C++ compiler, which can be used to replace the default MSVC compiler. Dev-C++ uses the mingw compiler, which can be replaced with any compatible one you like.

GREAT!