Page 1 of 1

C++ compilers?

Posted: Thu Sep 11, 2008 10:55 am
by S3th
Does anyone know where to find a really good C++ compiler, virus free?

Re: C++ compilers?

Posted: Thu Sep 11, 2008 12:35 pm
by The_Dark_Avenger
S3th wrote:Does anyone know where to find a really good C++ compiler, virus free?
Install linux and use G++ or GCC...
Otherwise, if you are using Windows, i recommend you DevC++ http://www.bloodshed.net/devcpp.html
Though i doubt that you'll handle C++, if you can't even find compiler...

Re: C++ compilers?

Posted: Thu Sep 11, 2008 1:15 pm
by WhiteKnight
The_Dark_Avenger wrote:
S3th wrote:Does anyone know where to find a really good C++ compiler, virus free?
Install linux and use G++ or GCC...
Otherwise, if you are using Windows, i recommend you DevC++ http://www.bloodshed.net/devcpp.html
Though i doubt that you'll handle C++, if you can't even find compiler...
Also Visual Studio C++ Express does the job too.

Re: C++ compilers?

Posted: Thu Sep 11, 2008 1:31 pm
by S3th
The_Dark_Avenger wrote:
S3th wrote:Does anyone know where to find a really good C++ compiler, virus free?
Install linux and use G++ or GCC...
Otherwise, if you are using Windows, i recommend you DevC++ http://www.bloodshed.net/devcpp.html
Though i doubt that you'll handle C++, if you can't even find compiler...
Cheers. Don't count me out yet, I haven't started learning yet, I just wanted to find a good compiler first. I thought this would be a good place to ask, as everyone is intelligent, such as yourself and whiteknight.
Thanks.

Re: C++ compilers?

Posted: Thu Sep 11, 2008 9:02 pm
by WhiteKnight
S3th wrote:
The_Dark_Avenger wrote:
S3th wrote:Does anyone know where to find a really good C++ compiler, virus free?
Install linux and use G++ or GCC...
Otherwise, if you are using Windows, i recommend you DevC++ http://www.bloodshed.net/devcpp.html
Though i doubt that you'll handle C++, if you can't even find compiler...
Cheers. Don't count me out yet, I haven't started learning yet, I just wanted to find a good compiler first. I thought this would be a good place to ask, as everyone is intelligent, such as yourself and whiteknight.
Thanks.
Any compiler works. =)

Just try Microsoft Visual Studio C++ or DevC++, when you're done testing on either one of them then decide what compiler you will use. ;)