Wednesday, August 13, 2008

Compile your C++programs with Bloodshed Dev-C++


Overview:

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.


Features:


- 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


Review:

I am a wannabe programmer, i am just a newbie so i can't write any program like the ones i feature here on the blog. basically i suck right now but hopefully i can at least be a decent programmer in the future. Anyway the C++ compiler that i am using now called
Bloodshed Dev-C++ and is actually pretty good. it comes with a lot features like syntax highlighting and many more but truthfully i don't pay mind to them since i am just scratching the surface when i am coding. Unfortunately this program is not being developed tough there is a succesor in the name of wxDev-C++ which uses Dev-C++ as its base.
In conclusion if you want an IDE/compiler you really can't go wrong with using
Bloodshed Dev-C++. Available for Windows 95/98/NT/2000/XP.


Get it at http://www.bloodshed.net/devcpp.html

2 comments:

Anonymous said...

i personally like Code::Blocks better

Elite freeware guy said...

I think i like it more too but the memory usage is too high for my taste.