Sunday, July 12, 2009

Recommended C++ Compiler for beginners?

I want to start learning C++ programing, what compiler can you recommend me?





PS - I use Windows XP 64-bit, so just recommend me a working compiler for the operating system.





Thank You

Recommended C++ Compiler for beginners?
GCC has the advantage of being pretty good in adhering to standards, but if you're used to working under Windows, it may be a bit hard to get used to. You can download it here:


http://gcc.gnu.org/releases.html





Dev-C++ is used quite often, I've seen many people asking questions about it on this forum. You can download it here:


http://www.bloodshed.net/download.html





And then there's Microsoft Visual Studio C++ 2005 Express Edition. This edition is free but has its limitations (compared to a professional edition); on the other hand, if you're a beginning programmer, you won't run into those limitations very quickly. You can download it here:


http://msdn2.microsoft.com/en-us/express...


Look for C++, and don't accidentally download C#; that's an entirely different language altogether!
Reply:GCC


http://gcc.gnu.org/
Reply:I personally used Turbo C complier. Its very good for beginners.


You can easily identify the errors during compilation, i am sure you will love it.





You can download it here.


http://www.pitt.edu/~stephenp/misc/downl...


No comments:

Post a Comment