QB64: Difference between revisions

From Rosetta Code
Content added Content deleted
(created using (mostly) wp text)
 
m (Redirected page to Category:QB64)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
#REDIRECT [[:Category:QB64]]
{{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 QBasic Gorillas and Nibbles 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]

Latest revision as of 12:03, 14 December 2017

Redirect to: