C++ compilers?

Discussion about hacker.org's server
Post Reply
User avatar
S3th
Posts: 411
Joined: Thu Sep 11, 2008 8:35 am

C++ compilers?

Post by S3th »

Does anyone know where to find a really good C++ compiler, virus free?
See through the master
Become the master
The_Dark_Avenger
Posts: 115
Joined: Wed Jun 11, 2008 9:47 pm

Re: C++ compilers?

Post 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...
WhiteKnight
Posts: 276
Joined: Fri Aug 15, 2008 8:21 am

Re: C++ compilers?

Post 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.
User avatar
S3th
Posts: 411
Joined: Thu Sep 11, 2008 8:35 am

Re: C++ compilers?

Post 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.
See through the master
Become the master
WhiteKnight
Posts: 276
Joined: Fri Aug 15, 2008 8:21 am

Re: C++ compilers?

Post 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. ;)
Post Reply