QuickC
Microsoft QuickC is a discontinued commercial integrated development environment product engineered by Microsoft for the C programming language, superseded by Visual C++ Standard Edition. Its main competitor was Borland Turbo C.
QuickC is one of three Microsoft programming languages with IDEs of this type marketed in the same period, the other two being QuickBasic and QuickPascal. QuickBasic later gave rise to Visual Basic as well as being included without a linker as QBasic in later versions of MS-DOS, replacing GW-BASIC. QuickC is a lineal ancestor of Visual C++. The three Quick language implementations were designed for power users and educational use; in all three cases their major competitor was Borland with its Turbo compiler series. Microsoft Macro Assembler also competes with Borland's Turbo Assembler
QuickC was a real mode target only compiler, with the exception of QuickC for Windows 1.0 which also allowed to compile protected mode programs, but only for Windows.
Version history
- QuickC 1.0, released in October 1987. It implements the ANSI C standard and is Microsoft C 5.0 compatible. CodeView is also supported. The release had known compatibility issues with WD HDD controllers.
- QuickC 1.01
- QuickC 2.0, released in January 1989. New features included: incremental compiling and linking, improved compilation speed, built-in assembler and support for all memory models. It was Microsoft C 5.1 compatible.
- QuickC 2.01, released in June 1989. Quick Assembler was included in this release. It was Microsoft Source Profiler compatible.
- QuickC 2.50, released in May 1990.
- QuickC 2.51, released in December 1990
- QuickC for Windows 1.0, released in September 1991. It was the first integrated development environment for C on Windows and was also available in a bundle with Microsoft C 6.0 and Windows SDK. The IDE made use of some undocumented Windows API calls. It was still possible to target DOS with this version, but these DOS programs were limited to real mode programs.