C++ compilers?
C++ compilers?
Does anyone know where to find a really good C++ compiler, virus free?
See through the master
Become the master
Become the master
-
- Posts: 115
- Joined: Wed Jun 11, 2008 9:47 pm
Re: C++ compilers?
Install linux and use G++ or GCC...S3th wrote:Does anyone know where to find a really good C++ compiler, virus free?
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...
-
- Posts: 276
- Joined: Fri Aug 15, 2008 8:21 am
Re: C++ compilers?
Also Visual Studio C++ Express does the job too.The_Dark_Avenger wrote:Install linux and use G++ or GCC...S3th wrote:Does anyone know where to find a really good C++ compiler, virus free?
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?
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.The_Dark_Avenger wrote:Install linux and use G++ or GCC...S3th wrote:Does anyone know where to find a really good C++ compiler, virus free?
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...
Thanks.
See through the master
Become the master
Become the master
-
- Posts: 276
- Joined: Fri Aug 15, 2008 8:21 am
Re: C++ compilers?
Any compiler works. =)S3th wrote: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.The_Dark_Avenger wrote:Install linux and use G++ or GCC...S3th wrote:Does anyone know where to find a really good C++ compiler, virus free?
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...
Thanks.
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.