Difference between revisions of "QuickBASIC"

From TheAlmightyGuru
Jump to: navigation, search
(Created page with "'''''QuickBASIC''''' is a programming language developed by Microsoft and first released in 1985. It began solely as a BASIC compiler, but grew into a full Integrated Deve...")
 
Line 1: Line 1:
 
'''''QuickBASIC''''' is a programming language developed by [[Microsoft]] and first released in 1985. It began solely as a BASIC compiler, but grew into a full Integrated Development Environment with compiler, linker, and extensive help and example programs. Several versions were released but the most popular release was 4.5. [[MS-DOS]] 5.0 and greater came with a crippled version of QuickBASIC 4.5 called QBASIC which didn't include the compiler or linker. QuickBASIC code compiled into machine code and could be run in 16-bit DOS without needing to include run times. The last official build of QuickBASIC was 4.5, but a version of 7.1 was released under the name Microsoft BASIC Professional Development System, although it was essentially the same program.
 
'''''QuickBASIC''''' is a programming language developed by [[Microsoft]] and first released in 1985. It began solely as a BASIC compiler, but grew into a full Integrated Development Environment with compiler, linker, and extensive help and example programs. Several versions were released but the most popular release was 4.5. [[MS-DOS]] 5.0 and greater came with a crippled version of QuickBASIC 4.5 called QBASIC which didn't include the compiler or linker. QuickBASIC code compiled into machine code and could be run in 16-bit DOS without needing to include run times. The last official build of QuickBASIC was 4.5, but a version of 7.1 was released under the name Microsoft BASIC Professional Development System, although it was essentially the same program.
 +
 +
As Microsoft began to focus more and more on [[Windows 3]], it ceased development for DOS-based programming languages and created [[Visual BASIC]]. Command-line BASIC continues to see some development with languages like [[FreeBASIC]] and [[QB64]].
  
 
I learned how to program primarily in QuickBASIC.
 
I learned how to program primarily in QuickBASIC.

Revision as of 17:26, 16 January 2018

QuickBASIC is a programming language developed by Microsoft and first released in 1985. It began solely as a BASIC compiler, but grew into a full Integrated Development Environment with compiler, linker, and extensive help and example programs. Several versions were released but the most popular release was 4.5. MS-DOS 5.0 and greater came with a crippled version of QuickBASIC 4.5 called QBASIC which didn't include the compiler or linker. QuickBASIC code compiled into machine code and could be run in 16-bit DOS without needing to include run times. The last official build of QuickBASIC was 4.5, but a version of 7.1 was released under the name Microsoft BASIC Professional Development System, although it was essentially the same program.

As Microsoft began to focus more and more on Windows 3, it ceased development for DOS-based programming languages and created Visual BASIC. Command-line BASIC continues to see some development with languages like FreeBASIC and QB64.

I learned how to program primarily in QuickBASIC.

Links