Difference between revisions of "Main Page"
imported>Clippy m |
imported>Clippy m |
||
Line 1: | Line 1: | ||
<p style="text-align: center">'''Welcome to the QB64 Programming WIKI'''</p> | <p style="text-align: center">'''Welcome to the QB64 Programming WIKI'''</p> | ||
− | QB64 is a modern version of the Basic programming language that allows programs created using Quick Basic 4.5 or Qbasic to run on Windows XP, Vista, 7, 8, 8.1, Linux and Mac OSX. It will work on 32 or 64 bit machines and has many new features such as stereo sound, improved graphics and TCP/IP internet capabilities. QB64 can make fast and reliable programs for the entire family! | + | QB64 is a modern version of the Basic programming language that allows programs created using Quick Basic 4.5 or Qbasic to run on Windows XP, Vista, 7, 8, 8.1, Linux and Mac OSX. It will work on 32 or 64 bit machines and has many new features such as stereo sound, improved graphics and TCP/IP internet capabilities. QB64 can make fast and reliable programs or games for the entire family! |
<center>'''QB64 does not install any files outside of the qb64 folder or use the Registry! May require Administrator permissions.'''</center> | <center>'''QB64 does not install any files outside of the qb64 folder or use the Registry! May require Administrator permissions.'''</center> |
Revision as of 22:16, 14 December 2015
Welcome to the QB64 Programming WIKI
QB64 is a modern version of the Basic programming language that allows programs created using Quick Basic 4.5 or Qbasic to run on Windows XP, Vista, 7, 8, 8.1, Linux and Mac OSX. It will work on 32 or 64 bit machines and has many new features such as stereo sound, improved graphics and TCP/IP internet capabilities. QB64 can make fast and reliable programs or games for the entire family!
Programming in Basic is EASY! You don't need to learn much to get started as it uses many statements and function words that are familiar to you. You can learn to program in days instead of weeks! If you need help there is a forum to ask for help and this WIKI has many example programs that you can run to see how things work. Download QB64 and take a ride into the wonderful world of programming! We are sure that you will enjoy the experience! We have programmers from age 10 to over 60. Welcome aboard!
This wiki is a work in progress. If you'd like to help out in any way, see this page: Helping out.
For discussions about this WIKI goto the QB64 Community Development Forum.
Thank you for your interest in the BASIC language and QB64!
If FIREFOX browser does not copy page example code correctly use another browser or download our Code Fix Addon :
Keywords currently not supported by QB64
Keyword Not Supported in Linux or MAC versions
Keywords:
Appendix:
- Android Project (QB64 GL for Windows only at present)
- Arrays
- ASCII Character Codes
- Batch Files
- Binary Numbers
- Boolean Operations
- Clipboard
- Converting Bytes to Bits
- Console Window
- Controller Devices (Keyboard, Mouse, Joystick, Gamepad)
- DOS, Linux or Mac Commands
- Downloading Files (TCP/IP)
- Embedding Icons in EXE (Windows)
- Environment (Windows Registry)
- Image file procedures
- Keyboard Scan Codes
- Libraries (SDL, C++, Windows, DLL)
- LINKed or Merged Modules
- Mathematical Operations
- Memory Handling and Clipboard
- Operating System Commands (DOS, Linux and Mac OSX)
- PDS(7.1) Procedures (Currency type)
- Phonetic spelling (spelling by sound)
- Port Access Libraries (COM or LPT)
- Program Installations
- QB 4.5 Library Ports For QB64
- Relational Operations
- Removing line numbers
- Resource Table extraction (Icon Extraction)
- Screen Memory
- SQL Client (database)
- TCP/IP Message Format
- Text, Fonts and Unicode Using Graphics
- Tokenized Code (Quickbasic binary to text BAS file converter)
- Unicode Code Pages
- Variable Types
- VB Script (program shortcuts with icon)
- VB Procedures (Currency type)
- Windows Printer Settings
- Windows Registry Access
- Windows User Paths
QB64 Information:
- About QB64
- QB64 FAQ
- Installing QB64 on Windows, Linux and Mac
- QB64 IDE and Compiler
- Editing QB64 source - Tutorial by SMcNeill on editing the QB64 source to help in Development.
- ERROR Codes
- QB64 GL Source Revisions
- QB64 Tutorials
- Known QB64 Issues
- Keywords currently not supported by QB64
- Syntax Notation Conventions (terminology)