Difference between revisions of "Main Page"
Jump to navigation
Jump to search
m (Update link) |
m (Add links) |
||
Line 1: | Line 1: | ||
==Welcome to the QB64 Wiki== | ==Welcome to the QB64 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. | + | 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. |
[[File:IDE_macos.png|thumb|left|QB64's IDE running on macOS Catalina]] | [[File:IDE_macos.png|thumb|left|QB64's IDE running on macOS Catalina]] |
Latest revision as of 11:54, 1 March 2021
Welcome to the QB64 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
- Grab the latest version of QB64 from the releases page.
FAQ
Get in touch
Keywords
Known issues
Articles and Tutorials
- QB64 Team YouTube channel
- Terry Ritchie's QB64 Game Programming
- School Freeware series on QB64 (YouTube)
- Arrays
- ASCII Character Codes
- Binary Numbers
- 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