Main Page: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tag: Manual revert |
No edit summary |
||
Line 30: | Line 30: | ||
===Known issues=== | ===Known issues=== | ||
* '''[[Keywords currently not supported by QB64]]''' | * '''[[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]]''' | ||
==Articles and Tutorials== | ==Articles and Tutorials== | ||
Line 57: | Line 57: | ||
* [[Line numbers]] | * [[Line numbers]] | ||
* [[Line number|Removing line numbers]] | * [[Line number|Removing line numbers]] | ||
* [[Resource Table extraction]] {{text|([[ | * [[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]] |
Revision as of 02:08, 24 January 2023
The QB64 Phoenix Edition Wiki
- QB64 is a modern extended BASIC programming language that retains QBasic/QuickBASIC 4.5 compatibility and compiles native binaries for Windows, Linux, and macOS.
Getting started
FAQGet in touch |
||
|
Keywords
Known issues
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
- Converting Bytes to Bits
- Console Window
- Controller Devices (Keyboard, Mouse, Joystick, Gamepad)
- 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
- QB 4.5 Library Ports For QB64
- Relational Operations
- Line numbers
- Removing line numbers
- Resource Table extraction (Icon Extraction)
- Screen Memory
- Text, Fonts and Unicode Using Graphics
- Variable Types