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 |
||
(One intermediate revision by the same user not shown) | |||
Line 44: | Line 44: | ||
* [[Boolean|Boolean Operations]] | * [[Boolean|Boolean Operations]] | ||
* [[_CLIPBOARD$|Clipboard]] | * [[_CLIPBOARD$|Clipboard]] | ||
* [[Console Window]] | * [[Console Window]] | ||
* [[Constants]] (Defined by the Compiler) | |||
* [[Controller Devices]] (Keyboard, Mouse, Joystick, Gamepad) | * [[Controller Devices]] (Keyboard, Mouse, Joystick, Gamepad) | ||
* [[Converting Bytes to Bits]] | |||
* [[Downloading Files]] (TCP/IP) | * [[Downloading Files]] (TCP/IP) | ||
* [[Windows Environment|Environment (Windows Registry)]] | * [[Windows Environment|Environment (Windows Registry)]] | ||
Line 63: | Line 64: | ||
* [[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 12:19, 19 November 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 (7 and up), Linux and macOS (Catalina and up).
Getting started
FAQGet in touch |
||
|
Keyword References
Other
- Quick Reference - Tables
- 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
- Clipboard
- 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