QB Forum
If you have a question that you want answered, come here! This forum is very busy and is shared with qbasic.com, so you can expect a quick answer. Read the FAQs at my site, before posting a question though. If you have code that you can include with your question, then post that too (here's how).
Preformance Tip:
Use Integers Whenever Possible
Integers are more than 3 times faster than Floating-Point numbers in most instances. Also integers take up 1/2 as much memory as Floating-Point... (more)
|

I Need You
Do you have an improvement suggestion for this site? Do you want to submit a file or tutorial? Do you want to trade links? Do you have a question of any kind? Then email me! I'll gladly help where I can.
I'm also looking for people to write articles, like the one to the left. Anyone interested? It can be about anything relating to QBasic or Assembly, including the QB community. It can be helpful, funny, or whatever, just talk to me first.
|
Latest News of
March 22, 2002
Three more people have asked to trade links with me. It seems that the links part of my site is the only part that is growing.
CALL ABSOLUTE
Doesn't Work!
Are you getting a Subprogram Not Defined error when you try to run programs with CALL ABSOLUTE or INTERRUPT in them? You need to load QB with the /L switch.. (more)
|