C++: IDEs: DevC++

DevC++ version 4 is a reasonable free IDE (Integrated Development Systems). However, it suffers from being a bit out of date with STL libraries from 1996 (predating the 1999 C++ changes). The differences aren't large, but I've run into them. A development effort for a new version started October 2001.

Where to get it

www.bloodshed.net

Options

Some useful options to set:

Projects for managing multiple source files

A project is way for DevC++ (and other IDEs) to keep track of multiple source files. If you have only one source file, there is no need for a project.