Category Archives: C

C

Bloodshed Dev-C++

Bloodshed Dev-C++ è un IDE (Integrated Development Environment) per programmare in linguaggio C e C++. Come compilatore utilizza Mingw che è il porting di GCC (GNU Compiler Collection) su piattaforma Windows. Dev-C++ può anche essere utilizzato con Cygwin e con qualsiasi altro compilatore GCC compatibile.
Alcune caratteristiche sono:

– Support GCC-based compilers
– Integrated debugging (using GDB)
– Project Manager
– Customizable syntax highlighting editor
– Class Browser
– Code Completion
– Function listing
– Profiling support
– Quickly create Windows, console, static libraries and DLLs
– Support of templates for creating your own project types
– Makefile creation
– Edit and compile Resource files
– Tool Manager
– Print support
– Find and replace facilities
– CVS support