Click here to LOGIN
Information
Tutorials & Articles
Programs
Feedback
 


Concept Tutorials

How this tutorial works
    The Concepts Tutorial is a collection of tutorials about the different concepts used in programming, ranging between programming style/code commenting to graphical techniques, hardware access, user input methods, and more! Within these tutorials you will find more information on the artform of programming, not just like the rules and technical stuff on the Beginner and Command tutorials.

Adding a Concept Tutorial
    If you have an idea for a concept that you would like explained, please suggest your idea and we will (at least try to) write up a tutorial on that concept.

There are currently 9 tutorials in this collection.


Animation with Page Flipping
    How to make animation in your games run without the flicker you get from the time it takes between erasing an image and drawing it again in the new location.
ASCII Character set
    Just a snapshot of the set shown in the QBasic help files.
Binary, Hexadecimal, and Boolean Operations
    A nice tutorial on almost everything you need to know about binary, hex, and so on. Even experienced programmers I know have learned from it.
Error Codes and Messages
    A list of the numerical values for error codes and their explanations.
Extended Keys Code Chart
    This is a very valuable list. Key codes are what you get back from the INKEY$ function, and there are a lot of input combinations that you can't type into your code (Ctrl + T, Alt + 4, Shift F9, etc). This tutorial/list shows you how to capture the extended codes to use as input.
Game Writing
    Planning and design concepts for writing good quality and original games.
Real-Time Programming
    How to write programs that will run at exactly the same speed no matter how fast the computer is clocked (as long as the computer isn't too slow).
Standard & Extended Keyboard Input
    A simpler tutorial about taking input from the keyboard - normal alphanumerics/symbols as well as the extended key codes.
Subroutines and Functions: Everything about how to use them
    A complete guide to subroutines and functions, explaining everything from how they work, to how to create them, to how to use them effectively.

Topics on the "Coming Soon" list:
    Gravity calculations
   


The QBasic Station, (C) Copyright 1997-2010