Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
???
#1
What do i need to start with Qbasic and where can i get it?
Reply
#2
you need qbasic (i reconmend 4.5) ehich you can get from
http://www.qb4all.com

and if you want you can use some tutorials which you can get form
http://www.qb4all.com

and if you need help theres a good site at
http://www.qbasicnews.com
[Image: sig.php]
Back by popular demand!
I will byte and nibble you bit by bit until nothing remains but crumbs.
Reply
#3
thanks i downloaded the compiler like you said but when i make an exe file it doesnt run. I just tried to make a simple one

This is what i put in it
Code:
PRINT "Hello"
END
Reply
#4
You need to make an exe that doesn't require BRUN45.EXE, the kind of "Windows DLL" of DOS.
Go to Run->Make EXE. Make sure that "Make stand-alone exe" is selected, and then make the exe.
Note that in Windows, the program will probably just run, and exit immediately (well, that's what it does). So maybe try running it from a DOS Window.
f only life let you press CTRL-Z.
--------------------------------------
Freebasic is like QB, except it doesn't suck.
Reply
#5
Or try this code

Code:
CLS
PRINT "HELLO!"
SLEEP
Reply
#6
http://www.qb4all.com/ in the tutorials section then the beginners and im on the page that says QuickBasic on your computer

This site says i need something. I checked on my computer for it and i donbt have it. What is it? Do i need it?
Reply
#7
I can't find the part you're at.
What's it say you need?
[Image: sig.php]
Back by popular demand!
I will byte and nibble you bit by bit until nothing remains but crumbs.
Reply
#8
It says you need to install Qbasic on your computer.

You can find it over here: www.basicnetwork.net. Its on the homepage on top( 5 newest products ).
Reply
#9
when i try to download it it wont download
Reply
#10
try this link directly
http://www.qb4all.com/files/download.asp?fileid=261
[Image: sig.php]
Back by popular demand!
I will byte and nibble you bit by bit until nothing remains but crumbs.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)