QuickC for Windows: Difference between revisions

From Computer History Wiki
Jump to navigationJump to search
mNo edit summary
No edit summary
Line 9: Line 9:
| language = C
| language = C
}}
}}
QuickC for Windows was a C compiler hosted in [[Microsoft Windows 3.0]].  This was the cheapest way of writing protected mode programs, as this retailed for $149, along with the $150 cost of Windows 3.0.  Dos Extenders of the time with compilers cost several thousand dollars.
QuickC for Windows was a [[C]] compiler hosted in [[Microsoft Windows 3.0]].  This was the cheapest way of writing protected mode programs, as this retailed for $149, along with the $150 cost of Windows 3.0.  Dos Extenders of the time with compilers cost several thousand dollars.


The interface from QuickC for windows eventually found its way into the Visual C++ program, as both share many common elements.
The interface from QuickC for windows eventually found its way into the Visual C++ program, as both share many common elements.

Revision as of 01:57, 26 October 2009


QuickC for Windows

A retail copy of QuickC for Windows
Type: Compiler
Creator: Microsoft
Architecture: i286, i386
Date Released: 1990

QuickC for Windows was a C compiler hosted in Microsoft Windows 3.0. This was the cheapest way of writing protected mode programs, as this retailed for $149, along with the $150 cost of Windows 3.0. Dos Extenders of the time with compilers cost several thousand dollars.

The interface from QuickC for windows eventually found its way into the Visual C++ program, as both share many common elements.

You could target both MS-DOS & Windows 3.0 with this compiler.