A complete development system for DOS, allowing creation of 32-bit protected-mode programs with access to additional features not available in regular DOS programs.
DJGPP (D.J.'s GNU Programming Platform) is a complete 32-bit C/C++ development system for Intel 80386 and higher computers running DOS. It implements a 32-bit protected-mode environment that allows developers to create sophisticated DOS programs that utilize features not available to regular DOS programs.
Some key features of DJGPP include:
DJGPP provides a very UNIX-like programming environment while allowing developers to create applications that run under regular DOS. It brings many advanced features to DOS development while avoiding the need to switch operating systems. This makes it useful for developing sophisticated tools and games for DOS.