Main Page: Difference between revisions
Jump to navigation
Jump to search
Wiki Pages
Main Page with Articles and Tutorials
QB64 specific keywords (alphabetical)
Original QBasic keywords (alphabetical)
QB64 OpenGL keywords (alphabetical)
Keywords by Usage
Got a question about something?
Frequently Asked Questions about QB64
QB64 Phoenix Edition Community Forum
Links to other QBasic Sites:
Pete's QBasic Forum
Pete's QBasic Downloads
No edit summary |
No edit summary |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 5: | Line 5: | ||
|- | |- | ||
| align="center" | | | align="center" | | ||
[[File:IDE_macos.png|thumb|left|QB64's IDE running on macOS Catalina]] | [[File:IDE_macos.png|thumb|left|QB64(PE)'s IDE running on macOS Catalina]] | ||
| align="left" valign="top" | | | align="left" valign="top" | | ||
== Getting started == | == Getting started == | ||
Line 30: | Line 30: | ||
=== Other === | === Other === | ||
* [[Quick Reference - Tables]] | * [[Quick Reference - Tables]] | ||
* [[Change Logs - By released Versions]] | |||
* [[Historic Pages]] ({{Text|Informations may be invalid now.|red}}) | * [[Historic Pages]] ({{Text|Informations may be invalid now.|red}}) | ||
* '''[https://qb64phoenix.com/forum/showthread.php?tid= | * '''[https://qb64phoenix.com/forum/showthread.php?tid=3280 Offline versions of this Wiki]''' ({{Text|Not necessarily up to date.|red}}) | ||
Line 43: | Line 44: | ||
* [[Bitwise Operators|Bitwise Operations]] | * [[Bitwise Operators|Bitwise Operations]] | ||
* [[Boolean|Boolean Operations]] | * [[Boolean|Boolean Operations]] | ||
* [[ | * [[Logging|Built-in Logging Support]] | ||
* [[Console Window]] | * [[Console Window]] | ||
* [[Constants]] (Defined by the Compiler) | * [[Constants]] (Defined by the Compiler) | ||
Line 64: | Line 65: | ||
* [[Text Using Graphics|Text, Fonts and Unicode Using Graphics]] | * [[Text Using Graphics|Text, Fonts and Unicode Using Graphics]] | ||
* [[Variable Types]] | * [[Variable Types]] | ||
{{PageReferences}} |
Latest revision as of 13:30, 22 January 2025
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 (7 and up), Linux and macOS (Catalina and up).
Getting started
FAQGet in touch |
||
|
Keyword References
Other
- Quick Reference - Tables
- Change Logs - By released Versions
- Historic Pages (Informations may be invalid now.)
- Offline versions of this Wiki (Not necessarily up to date.)
Articles and Tutorials
- Terry Ritchie's QB64 Game Programming
- School Freeware series on QB64 (YouTube)
- Arrays
- ASCII Character Codes
- Binary Numbers
- Bitwise Operations
- Boolean Operations
- Built-in Logging Support
- Console Window
- Constants (Defined by the Compiler)
- Controller Devices (Keyboard, Mouse, Joystick, Gamepad)
- Converting Bytes to Bits
- Downloading Files (TCP/IP)
- Environment (Windows Registry)
- Hardware images
- Image file procedures
- Keyboard Scan Codes
- Libraries (C++, Windows, DLL)
- Mathematical Operations
- PDS(7.1) Procedures
- Port Access Libraries
- Relational Operations
- Line numbers
- Removing line numbers
- Resource Table extraction (Icon Extraction)
- Screen Memory
- Text, Fonts and Unicode Using Graphics
- Variable Types