QB64: Difference between revisions

From Rosetta Code
Content added Content deleted
m (linked to MS, very minor rewording of one line)
m (Redirected page to Category:Ayrch)
Line 1: Line 1:
#REDIRECT [[:Category:Ayrch]]
{{implementation|BASIC}}{{IDE}}{{Compiler}}
{{Wikipedia|QB64}}

'''QB64''' is a self-hosting [[BASIC]] compiler for [[Windows]], [[Linux]] and [[Mac OS|Mac OS X]], designed to be compatible with [[QuickBASIC|QBasic and QuickBASIC]]. QB64 is a [[C++]] emitter, which is integrated with a C++ compiler to provide compilation via C++ code and [[GCC]] optimization.

QB64 implements most QBasic statements, and can run many QBasic programs, including [[Microsoft]]'s "Gorillas" and "Nibbles" QBasic games. Furthermore, QB64 has been designed to contain an [[IDE]] resembling the QBASIC IDE. QB64 also extends the QBasic programming language to include 64-bit data types, as well as better sound and graphics support.

As far as Rosetta Code is concerned, ''in general'', if an example is marked as working with QBasic, it ''probably'' works in QB64.

==See also==
* [[wp:QB64|QB64 on Wikipedia]]
* [http://www.qb64.net/ QB64 homepage]

Revision as of 12:01, 14 December 2017

Redirect to: