[Qbasic]
Ok to start off, lets clear up some common misconception. QBasic and QuickBasic are not the same. Yes, You can open up qbasic source code in quickbasic, yes they use they same language, yes they look the same. but, QuickBasic is the Commercial version of qbasic. QuickBasic can be bought (who would) for money. it also comes with windows 98, win2k maybe and WindowsXP professional. I use QUickbasic only because it came with XPPro.
listen here-
QuickBasic File arent compatile in qbasic, unless you save them in a text format.
Qbasic can not compile programs into a stand alone executable.
So to start off, you proobably need a form of Qbasic or quick but well just call them Qbasic form now on. So, ill just give you Qbasic 4.5
[Tutorials]:-
|
Description |
Level | |
|---|---|---|
| General Tutorials | Covers all aspect. | |
| Microsoft QBASIC - Crash Cource for Basically Dummies by Louis and Travis | Most amazing tutorial for
QBASIC I have ever seen! It's a must go and must bookmark page! Covers
from basics to advanced, detailed! Whole site is professionally developed
for ThinkQuest! Note: Heavy
graphic site. Warning: Dont download exe file form this site. werd is there virrii runnin about there. |
All |
| Beginner's Tutorial by Mallard | Covers from basics to files. It's not a recommended as a first tuturial, for it goes fast. | Beginner |
| QBASIC Learning System by QCM Recording | Pretty good tutorial. It has everything a novice programmer needs, except graphics. Detailed explaination of commands and programs. Also it includes a big downloadable file that includes all the tutorials for your offline learning. Recommended to visit! | All |
| QBASIC for Dummies by Wafn | Looks nice. It got well defined defintion, and organized. Not much to learn here...but just one chapter, the basics. | Beginner |
| QBASIC Programming for Beginners by Unknown | Pretty basic BASIC stuff. Nothing much here, just only 9 lessions (which only 3 are actually there). | Beginner |
| A QBasic Tutorial by S. Marcus Litchfield | Basic stuff of QBasic. | Beginner |
| Specific Tutorials | Covers specific aspect. | |
| How to use Libraries? by Wafn | Just a basic coverage of the library capability of QBASIC. | Beginner |
| Basics of 3D by Aaron Severn | Covers the basic ones. Includes a source code example. | Beginner Intermediate |
| Game Design by Andre van Wyk | An extensive reading on how to design games. | All |
| Animated Graphics by Mallard | Simple animation using PCOPY command. | Beginner |
| Pixel by Piexel Scrolling by Aaron Severn | Teaches you how to scroll graphics on the screen using PEEK and POKE. | Beginner Intermediate |
| VESA by q (pronounced "kyew") | A source code approach on accessing a VESA mode with 640x480x256 (means 640 width, 480 height, and 256 color, in case). | Intermediate |