Languages Features Creators CSV Resources Challenges Add Language
GitHub icon

QuickBASIC

QuickBASIC - Programming language

< >

QuickBASIC is a programming language created in 1985.

#379on PLDB 38Years Old 475Users
13Books 0Papers

Microsoft QuickBASIC (also QB) is an Integrated Development Environment (or IDE) and compiler for the BASIC programming language that was developed by Microsoft. QuickBASIC runs mainly on DOS, though there was a short-lived version for the classic Mac OS. It is loosely based on GW-BASIC but adds user-defined types, improved programming structures, better graphics and disk support and a compiler in addition to the interpreter. Read more on Wikipedia...


Example from Wikipedia:
REM sample of bubble sort N = 10 DIM A(N) AS INTEGER FOR L = 1 TO N A(L) = INT(RND * 10 + 1) NEXT FOR X = 1 TO N FOR Y = 1 TO N - 1 IF A(X) < A(Y) THEN SWAP A(X), A(Y) NEXT NEXT FOR L = 1 TO N PRINT A(L) NEXT END

Books about QuickBASIC from ISBNdb

title authors year publisher
Quickbasic and Qbasic Using Modular Structure Alternate Edition With Visual Basic Bradley, Julia Case 1995 Irwin Professional Publishing
Programming With Quickbasic Zage, Wayne M. 1991 McGraw-Hill College
An Introduction to Programming with QuickBASIC Head and Fred L.
Quickbasic Advanced Techniques (Programming Series) Aitken, Peter G. 1989 Que Pub
Introduction to programming with QuickBASIC Head, Fred L 1995T Dryden Press
Microsoft QuickBASIC: Developing Structured Programs in the Microsoft QuickBASIC Programming Environment Hergert, Douglas A. 1988 Microsoft Press
Standard Basic Programming With Quickbasic Catlin, Avery 1991 Pearson College Div
Common-Sense Basic: Structured Programming With Microsoft Quickbasic Dean, Alice M. and Effinger, Grove and Effinger, Gove W. 1991 Harcourt College Pub
Structured Programming With Quickbasic (Pws-Kent Series in Computer Science) Payne, James 1991 Pws Pub Co
Programming In Quickbasic James S. Quasney 1992 Course Technology
Quickbasic Advanced Programming Tools Mark Goodwin 1989 Mis Pr
Quickbasic Programmer's Toolkit/book And Disk (programming Series) Tom Rugg and Phil Feldman 1989 Que Pub
Quickbasic Business Programming (scott, Foresman Ibm Computer Books) James Perotti 1989 Scott Foresman Trade
prql.html 路 quickbasic.html 路 max.html

View source

- Build the next great programming language Search Day 213 About Blog Acknowledgements Traffic Traffic Today GitHub feedback@pldb.com