Question:
Need help finding Free C++ compilers?
The Wrestler
2010-04-07 19:21:09 UTC
can anybody tell me a site where i can find a free C++ compiler cuz i realy wanna practice my programing
Four answers:
Anthony
2010-04-07 19:31:41 UTC
You can download Visual C++ Express Edition from Microsoft. This is assuming you are writing Windows applications. You can find it here: http://www.microsoft.com/express/Windows You can also find the express editions for other languages if you are interested. Visual Studio and the express editions have some of the best code completion (intellisense) available, which really helps when you are new to the code. The documentation is included as well, which is also pretty comprehensive.
DT
2010-04-08 02:30:10 UTC
I recommend codeblocks. It is an ide and comes with a compiler as well. Codeblocks is color coded meaning each code you write is color coded. Such as loops like for, while, and do-while are color coded blue, #include statements are green, semicolons and expressions are red, etc.
Jazka
2010-04-08 04:40:23 UTC
Dev C++ is a good C++ compiler. I use it for all my C++ work.



You can download it free here:

http://bloodshed-dev-c.en.softonic.com/
Spilt F
2010-04-08 02:22:48 UTC
dev c++ is a great IDE and comes with a compiler.


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...