Useful Files
Filename |
|
Description |
QBasic v4.5 |
.ZIP |
Includes a built in compiler (makes EXEs), able to use libraries and more! |
QB.BAT |
|
"Subprogram not defined" when using CALL ABSOLUTE or INTERRUPT? Run this to load QB 4.5's default library |
QBX.BAT |
|
Same as above, but for QB 7.1 |
QB.BI |
|
A handy file if you wish to use CALL ABSOLUTE or INTERRUPT in your programs. (QB4.5+ only) |
TASM v3.1 |
.ZIP |
Turbo Assembler. For Assembly programmer or those interested in learning Assembly |
HelpPC |
.ZIP |
A useful resource on Assembly and C commands. Also includes infomation on important interrupts |
Example Programs
This is a collection of small, well-commented and easy to understand programs. This is for all of you who prefer to learn from other's code. The programs are arranged in order of beginner-level to advance-level.
Filename |
Created by |
|
Requires |
Description |
Get Keycodes |
Alipha |
|
|
Displays the Character Code for any key you press, to use with INKEY$ |
Anolog Clock |
Alipha |
|
|
Displays the current time on an anolog clock. Shows how to draw at a given angle |
Rocket Ship |
Alipha |
|
|
A drawing moves across the screen. Shows how to use GET and PUT to create animation effects |
File Viewer |
Alipha |
|
|
Displays files less than 62k in size. Includes wordwrap and up and down scrolling |
Buttons Game |
Alipha |
|
QB 4.5+ |
A simple puzzle game. Shows use of the mouse with CALL INTERRUPT. |
QBasic Programs
Filename |
Created by |
|
Requires |
Description |
QB Beautifier |
Kewbie |
|
QB 7.1 |
A useful utility that indents QBasic code automatically. It also has some other features, like removing LETs, turning REMs into 's, etc. |
Jump 'n' Run |
ChimBanZee |
.ZIP .EXE |
|
An entertaining little puzzle game. The goal is to try to travel through obsticles to reach the exit. |
Falling Dots |
Alipha |
|
|
An interesting screen saver type program, where thousands of dots trickle down the screen. |
Algebra Drill |
Mac |
|
|
A program that generates a system of two equations in which you are suppose to solve. Shows structured programming with GOSUB |
Other Files
Filename |
Created by |
|
Requires |
Description |
Keyboard Handler |
Zip |
.ZIP |
QB 4.5+ |
An Assembly library that will record when a key is pressed and released. Also allows for detection of multiple keypresses. |
Do you want to see a file on this page? Email me it!
|