|
<a href='http://www.bloodshed.net/devcpp.html' target='_blank'>http://www.bloodshed.net/devcpp.html</a><br><br>Bloodshed Dev-C++ is a full-featured Integrated Development Environment (IDE) for the C/C++ programming language. It uses Mingw port of GCC (GNU Compiler Collection) as it's compiler. Dev-C++ can also be used in combination with Cygwin or any other GCC based compiler.<br><br>Features are :<br><br>- Support GCC-based compilers<br>- Integrated debugging (using GDB)<br>- Project Manager<br>- Customizable syntax highlighting editor<br>- Class Browser<br>- Code Completion<br>- Function listing<br>- Profiling support<br>- Quickly create Windows, console, static libraries and DLLs<br>- Support of templates for creating your own project types<br>- Makefile creation<br>- Edit and compile Resource files<br>- Tool Manager<br>- Print support<br>- Find and replace facilities<br>- CVS support <br><br> |
|