Main Page: Difference between revisions

From QB64 Phoenix Edition Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(20 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 9: Line 9:
== Getting started ==
== Getting started ==
* Grab the latest version of QB64 Phoenix Edition from our active [https://github.com/QB64-Phoenix-Edition/QB64pe/releases/latest GitHub repository].
* Grab the latest version of QB64 Phoenix Edition from our active [https://github.com/QB64-Phoenix-Edition/QB64pe/releases/latest GitHub repository].
=== FAQ ===
=== FAQ ===
* [[QB64 FAQ|Frequently asked questions about QB64]]
* [[QB64 FAQ|Frequently asked questions about QB64]]
=== Get in touch ===
=== Get in touch ===
* [https://qb64phoenix.com/forum/index.php QB64 Phoenix Edition Forum]
* [https://qb64phoenix.com/forum/index.php QB64 Phoenix Edition Forum]
Line 23: Line 21:
----
----
|}
|}
 
== Keyword References ==
== Keywords ==
* [[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 ===
* '''[[Keywords currently not supported by QB64]]'''
* '''[[Keywords currently not supported by QB64]]'''
* '''[[Keywords currently not supported by QB64#Keywords_not_supported_in_Linux_or_macOS_versions|Keywords not supported in Linux or macOS versions]]'''
* '''[[Keywords currently not supported by QB64#Keywords_not_supported_in_Linux_or_macOS_versions|Keywords not supported in Linux or macOS versions]]'''


== Articles and Tutorials ==
== Articles and Tutorials ==
Line 51: Line 52:
* [[Libraries]] ([[C Libraries|C++]], [[Windows Libraries|Windows]], [[DLL Libraries|DLL]])
* [[Libraries]] ([[C Libraries|C++]], [[Windows Libraries|Windows]], [[DLL Libraries|DLL]])
* [[Mathematical Operations]]
* [[Mathematical Operations]]
* [[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