C/C++ Need Help Downloading Free C++ Programming Software

AI Thread Summary
Users are seeking recommendations for free C++ programming software, specifically an Integrated Development Environment (IDE). Suggestions include Dev-C++ for its user-friendliness, Eclipse for cross-platform compatibility, and Visual C++ from Microsoft for more serious programming needs. Code::Blocks is also recommended for its active development and community support, with links provided for downloading and accessing forums for assistance. Additional resources for compilers and IDEs are mentioned, highlighting various options available for users.
amitpraut
Messages
4
Reaction score
0
hello everone there, sorry to bother you
just wanted to ask, if anyone could help me where to download free c++ programming software.
please please let me knw if anyone know it i will be very apriciated for that.
u can reaply me on this add: talk2amit_rulz@hotmail.com
thank you for ur time
 
Technology news on Phys.org
Are you looking for an IDE or just a compiler?
 
hello thanks for replying me, yeh i want the IDE one
urmm can u send me a downloadable link 4 me please that be great
once agine thanks...
 
If you're on Windows, http://www.bloodshed.net/devcpp.html" is pretty good.
 
Last edited by a moderator:
For C/C++ and Java I recommend Eclipse. It's written in Java and runs in virtually any OS which supports Java.
 
I would recommend DevC++ for its ease of use but if you are going to do serious programming , get visual C++ from microsoft
 
I like CodeBlocks: http://codeblocks.org

The software is in active development and has a forum where you can get help: http://forums.codeblocks.org

Various users occasionally provide all-in-one snapshots that are easy to install and much more advanced than the last official release (which is over a year old). Here is a recent one for Windows: http://www.esnips.com/web/wxLearner-C++

The forum also has nightly builds for those who like to stay on the bleeding edge of development.
 
Last edited by a moderator:
Back
Top