Difference between revisions of "QuickBASIC"

From TheAlmightyGuru
Jump to: navigation, search
Line 1: Line 1:
'''''QuickBASIC''''' is a [[BASIC]] programming language developed by [[Microsoft]] and first released in 1985. It began simply as a BASIC compiler, but by its final version it had grown into a full integrated development environment (IDE) 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 [[BASIC]] programming language developed by [[Microsoft]] and first released in 1985. QuickBASIC was based on [[GW-BASIC]] and began simply as a BASIC compiler, but by its final version it had grown into a full integrated development environment (IDE) 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]].
 
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]].

Revision as of 17:26, 1 February 2018

QuickBASIC is a BASIC programming language developed by Microsoft and first released in 1985. QuickBASIC was based on GW-BASIC and began simply as a BASIC compiler, but by its final version it had grown into a full integrated development environment (IDE) 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.

The majority of my formative programming learning was done using QuickBASIC.

Links