QuickC

Last updated
QuickC
Developer(s) Microsoft
Initial releaseOctober 1987;35 years ago (1987-10)
Stable release
2.51 / 1990;33 years ago (1990)
Written in C
Operating system MS-DOS
Type IDE
License Proprietary
QuickC for Windows
Developer(s) Microsoft
Initial releaseSeptember 1991;31 years ago (1991-09)
Stable release
1.00 / September 1991;31 years ago (1991-09) [1]
Written inC
Operating system Microsoft Windows
Type IDE
License Proprietary

Microsoft QuickC is a discontinued commercial integrated development environment (IDE) product engineered by Microsoft for the C programming language, superseded by Visual C++ Standard Edition. [2] Its main competitor was Borland Turbo C. [3]

Contents

QuickC is one of three Microsoft programming languages with IDEs of this type marketed in the same period, the other two being QuickBasic [4] and QuickPascal. [5] [6] 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++. [6] [7] [8] [9] [10] The three Quick language implementations were designed for power users (as opposed to professional developers, whom Microsoft supplied with programming languages in the form of expensive and more comprehensive implementations for the three languages in question as well as C++, Fortran, and Cobol) and educational use; in all three cases their major competitor was Borland with its Turbo compiler series. [11] Microsoft Macro Assembler also competes with Borland's Turbo Assembler [12]

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.[ citation needed ]

Version history

See also

Related Research Articles

Pascal is an imperative and procedural programming language, designed by Niklaus Wirth as a small, efficient language intended to encourage good programming practices using structured programming and data structuring. It is named after French mathematician, philosopher and physicist Blaise Pascal.

Turbo Pascal is a software development system that includes a compiler and an integrated development environment (IDE) for the Pascal programming language running on CP/M, CP/M-86, and DOS. It was originally developed by Anders Hejlsberg at Borland, and was notable for its extremely fast compilation. Turbo Pascal, and the later but similar Turbo C, made Borland a leader in PC-based development.

<span class="mw-page-title-main">Borland Turbo C</span> Discontinued C IDE and compiler

Turbo C is a discontinued integrated development environment (IDE) and compiler for the C programming language from Borland. First introduced in 1987, it was noted for its integrated development environment, small size, fast compile speed, comprehensive manuals and low price.

<span class="mw-page-title-main">PowerBASIC</span> Software compiler

PowerBASIC, formerly Turbo Basic, is the brand of several commercial compilers by PowerBASIC Inc. that compile a dialect of the BASIC programming language. There are both MS-DOS and Windows versions, and two kinds of the latter: Console and Windows. The MS-DOS version has a syntax similar to that of QBasic and QuickBASIC. The Windows versions use a BASIC syntax expanded to include many Windows functions, and the statements can be combined with calls to the Windows API.

<span class="mw-page-title-main">Microsoft Visual C++</span> Integrated development environment product by Microsoft

Microsoft Visual C++ (MSVC) is a compiler for the C, C++, C++/CLI and C++/CX programming languages by Microsoft. MSVC is proprietary software; it was originally a standalone product but later became a part of Visual Studio and made available in both trialware and freeware forms. It features tools for developing and debugging C++ code, especially code written for the Windows API, DirectX and .NET.

The Visual Component Library (VCL) is a visual component-based object-oriented framework for developing the user interface of Microsoft Windows applications. It is written in Object Pascal.

A cross compiler is a compiler capable of creating executable code for a platform other than the one on which the compiler is running. For example, a compiler that runs on a PC but generates code that runs on an Android smartphone is a cross compiler.

<span class="mw-page-title-main">Delphi (software)</span> General-purpose programming language and a software product

Delphi is a general-purpose programming language and a software product that uses the Delphi dialect of the Object Pascal programming language and provides an integrated development environment (IDE) for rapid application development of desktop, mobile, web, and console software, currently developed and maintained by Embarcadero Technologies.

CodeView is a standalone debugger created by David Norris at Microsoft in 1985 as part of its development toolset. It originally shipped with Microsoft C 4.0 and later. It also shipped with Visual Basic for MS-DOS, Microsoft BASIC PDS, and a number of other Microsoft language products. It was one of the first debuggers for MS-DOS to be full-screen oriented, rather than line-oriented.

Clarion is a commercial, proprietary, fourth-generation programming language (4GL), multi-paradigm, programming language and integrated development environment (IDE) from SoftVelocity used to program database applications. It is compatible with indexed sequential access method (ISAM), Structured Query Language (SQL), and ActiveX Data Objects (ADO) data access methods, reads and writes several flat file desktop database formats including ASCII, comma-separated values (CSV), DOS (binary), FoxPro, Clipper, dBase, and some relational databases via ODBC, Microsoft SQL Server, Sybase SQL Anywhere, and Oracle Database through the use of accelerated native database drivers, and XML, Clarion can be used to output to HTML, XML, plain text, and Portable Document Format (PDF), among others.

<span class="mw-page-title-main">GFA BASIC</span> Computer programming language

GFA BASIC is a dialect of the BASIC programming language, by Frank Ostrowski. The name is derived from the company, which distributed the software. In the mid-1980s to the 1990s it enjoyed popularity as an advanced BASIC dialect, but has been mostly superseded by several other programming languages. Official support ended in the early 2000s.

Object Pascal is an extension to the programming language Pascal that provides object-oriented programming (OOP) features such as classes and methods.

Turbo Assembler is an assembler for software development published by Borland in 1989. It runs on and produces code for 16- or 32-bit x86 MS-DOS and compatible on Microsoft Windows. It can be used with Borland's other language products: Turbo Pascal, Turbo Basic, Turbo C, and Turbo C++. The Turbo Assembler package is bundled with Turbo Linker and is interoperable with Turbo Debugger.

The Microsoft Macro Assembler (MASM) is an x86 assembler that uses the Intel syntax for MS-DOS and Microsoft Windows. Beginning with MASM 8.0, there are two versions of the assembler: One for 16-bit & 32-bit assembly sources, and another (ML64) for 64-bit sources only.

<span class="mw-page-title-main">Turbo C++</span> Compiler and IDE from Borland

Turbo C++ is a discontinued C++ compiler and integrated development environment originally from Borland. It was designed as a home and hobbyist counterpart for Borland C++. As the developer focused more on professional programming tools, later Turbo C++ products were made as scaled down versions of its professional compilers.

Borland C++ is a C and C++ IDE released by Borland for MS-DOS and Microsoft Windows. It was the successor to Turbo C++ and included a better debugger, the Turbo Debugger, which was written in protected mode DOS.

<span class="mw-page-title-main">Borland Graphics Interface</span>

The Borland Graphics Interface, also known as BGI, was a graphics library bundled with several Borland compilers for the DOS operating systems since 1987. BGI was also used to provide graphics for many other Borland products including the Quattro Pro spreadsheet.

Turbo Debugger (TD) is a machine-level debugger for DOS executables, intended mainly for debugging Borland Turbo Pascal, and later Turbo C programs, sold by Borland. It is a full-screen debugger displaying both Turbo Pascal or Turbo C source and corresponding assembly-language instructions, with powerful capabilities for setting breakpoints, watching the execution of instructions, monitoring machine registers, etc. Turbo Debugger can be used for programs not generated by Borland compilers, but without showing source statements; it is by no means the only debugger available for non-Borland executables, and not a significant general-purpose debugger.

<span class="mw-page-title-main">Brief (text editor)</span> 1980s programmers text editor

Brief, is a once-popular programmer's text editor in the 1980s and early 1990s. It was originally released for MS-DOS, then IBM OS/2 and Microsoft Windows. The Brief interface and functionality live on, including via the SourceForge GRIEF editor.

References

  1. 1 2 "Microsoft Readies Quick C for Windows for July Introduction". InfoWorld. May 13, 1991. p. 113.
  2. "Visual C++ adds Windows support". InfoWorld. February 22, 1993. p. 17.
  3. "Quick C vs Turbo C advertisement". InfoWorld. September 7, 1987. p. 70.
  4. QuickBasic Programmers' Toolbox
  5. Quick Language Essentials, pp i-xxvii
  6. 1 2 QuickPascal Programmers' Toolbox pp 3-6
  7. Gettfng Getting Started With Visual C++, intro
  8. Quick C Programmers' Toolbox pp 3-6
  9. QuickBasic Programmers' Toolbox pp 1-4
  10. Using MS-DOS 6 Appendix III
  11. Borland Turbo C
  12. The Giant Black Book of Computer Viruses pp 16
  13. "Microsoft Releases C Program Wares, Provides Rebates". InfoWorld. November 9, 1987. p. 29.
  14. "Quick C advertisement". InfoWorld. December 7, 1987. p. 28.
  15. "Microsoft Quick C Battles for a Better C Benefit Novice and Professional alike". InfoWorld. May 23, 1988. p. 67.
  16. "User Group Greets Microsoft's New C Products With Enthusiasm". InfoWorld. June 8, 1987. p. 73.
  17. "Microsoft Scrambles to Patch Quick C Bugs". InfoWorld. December 7, 1987. p. 3.
  18. "Early Users Pleased With Microsoft Quick C Update". InfoWorld. January 30, 1989. p. 15.
  19. "Quick C 2.0 advertisement". InfoWorld. February 6, 1989. p. 23.
  20. "QuickC 2.0 Shows Off New Interface, Adds Memory Models, In-line Assembler". PC Magazine. May 30, 1989. p. 36.
  21. "Microsoft Offers Quick C Upgrade". InfoWorld. January 16, 1989. p. 15.
  22. "Six C Compilers". InfoWorld. May 22, 1989. p. 47.
  23. "Quick Assembler bundled with Microsoft's Quick C". InfoWorld. June 12, 1989. p. 24.
  24. "Microsoft Debuts Quick Assembler". InfoWorld. June 5, 1989. p. 3.
  25. "Microsoft's Source Profiler Works With Languages Conforming to Open Tools". InfoWorld. June 10, 1991. p. 22.
  26. "Microsoft Unveils C, Quick C Updates and Add-On Tools". InfoWorld. April 16, 1990. p. 13.
  27. "QuickC for Windows creates applications without using SDK". InfoWorld. September 2, 1991. p. 13.
  28. "QuickC is a one-stop development tool". InfoWorld. November 18, 1991. p. 113.
  29. "C languages: oceans apart". InfoWorld. February 3, 1992. p. 55.
  30. "Author disputes calls released by Microsoft". InfoWorld. September 14, 1992. p. 3.
  31. "Undocumented Windows calls". InfoWorld. November 16, 1992. p. 98.