Main Page: Difference between revisions

From QB64 Phoenix Edition Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(16 intermediate revisions by the same user not shown)
Line 1: Line 1:
== The QB64 Phoenix Edition Wiki ==
== The QB64 Phoenix Edition Wiki ==
;QB64 is a modern extended [https://en.wikipedia.org/wiki/BASIC BASIC] programming language that retains [https://en.wikipedia.org/wiki/QBasic QBasic]/[https://en.wikipedia.org/wiki/QuickBASIC QuickBASIC] 4.5 compatibility and compiles native binaries for Windows, Linux, and macOS.
;QB64 is a modern extended [[Wikipedia:BASIC|BASIC]] programming language with embedded [[Wikipedia:OpenGL|OpenGL]] support that retains [[Wikipedia:QuickBASIC|QuickBASIC 4.5]] and [[Wikipedia:QBasic|QBasic]] compatibility and compiles native binaries for Windows (Vista and up), Linux and macOS.


{| width="100%"
{| width="100%"
Line 21: Line 21:
----
----
|}
|}
== Keywords ==
== Keyword References ==
* [[Metacommand|Keyword Reference - Metacommands]]
* [[Keyword Reference - Alphabetical]]
* [[Keyword Reference - Alphabetical]]
* [[Keyword Reference - By usage]]
* [[Keyword Reference - By usage]]
* [[Quick Reference - Tables]]
* [[Historic Pages]] ({{Text|Informations may be invalid now.|red}})


=== Known issues ===
=== Known issues ===
Line 51: Line 54:
* [[PDS(7.1) Procedures]]
* [[PDS(7.1) Procedures]]
* [[Port Access Libraries]]
* [[Port Access Libraries]]
* [[QB 4.5 Library Ports For QB64]]
* [[Relational Operations]]
* [[Relational Operations]]
* [[Line numbers]]
* [[Line numbers]]
* [[Line number|Removing line numbers]]
* [[Line number|Removing line numbers]]
* [[Resource Table extraction]] {{text|([[Resource Table extraction#Extract_Icon|Icon Extraction]])}}
* [[Resource Table extraction]] {{Text|([[Resource Table extraction#Extract_Icon|Icon Extraction]])}}
* [[Screen Memory]]
* [[Screen Memory]]
* [[Text Using Graphics|Text, Fonts and Unicode Using Graphics]]
* [[Text Using Graphics|Text, Fonts and Unicode Using Graphics]]
* [[Variable Types]]
* [[Variable Types]]

Latest revision as of 22:59, 25 April 2024

The QB64 Phoenix Edition Wiki

QB64 is a modern extended BASIC programming language with embedded OpenGL support that retains QuickBASIC 4.5 and QBasic compatibility and compiles native binaries for Windows (Vista and up), Linux and macOS.
QB64's IDE running on macOS Catalina

Getting started

FAQ

Get in touch



Keyword References

Known issues


Articles and Tutorials