Best Free C/C++ IDE
A programmer needs the following tools, during the course of designing an application.
- A Text editor : To write the code source. A simple software as “bloc-notes” under Windows or “vi” under Linux is enough.
- A Compiler : To compile your source code to binary code.
- A debugger : To help you to correct the bugs in your code.
Cassanova has written a very informative post about the free C/C++ IDEsavailable on the net.
Both of them are free and simple which make of them the best tools for beginners. ![]()
Note that both work on Windows and only Code::Blocks can run on Linux. And for Windows vista users you should follow some particular procedures to set up thes IDE or else you’ll face many bugs with compiling. Nevertheless, Visual Studio Express work correctly on Vista.
No comments yet.





