Login Register






QBasic Tutorial 1 filter_list
Author
Message
QBasic Tutorial 1 #1
Lets get started with downloaded the IDE: http://justbasic.com/download.html

Okay if you are using windows 7 you will notice you get an error while trying to run. This is because windows 7 is not supported so you will have to drag the downloaded files directly into your C drive.

Once you get the downloaded it should be fairly simple.
------------------------------------------------------------------------
How to add documentation into your program: You can use an apostrophe( ' ) or REM, so it should look something like this.
Code:
REM Hello
or
Code:
' Hello

How to print output onto the screen:
Code:
Print "Hello World"
Always add quotations marks if it is alphanumeric. We can also do basic algebra like so
Code:
Print 1 + 1


To be Continued. Hope you enjoyed.

Reply

RE: QBasic Tutorial 1 #2
I think you could have put a bit more effort in and explained it better, but nonetheless thanks for sharing :")

http://justbasic.com/download.html is the download link by the way.

Reply

RE: QBasic Tutorial 1 #3
yeah I know it wouldn't let me post a link at the time because you need 10 posts.

Reply

RE: QBasic Tutorial 1 #4
Thanks for the post layout is kinda messy like the first person commented.

Obviously not a fault of your own keep up the good work !

Reply

RE: QBasic Tutorial 1 #5
Pictures are always good to have in tutorials.

Reply

RE: QBasic Tutorial 1 #6
(02-22-2013, 01:18 AM)Magic Wrote: Pictures are always good to have in tutorials.

He wasn't able to post links and I think posting a picture requires that privilege.

Reply

RE: QBasic Tutorial 1 #7
Really vague tutorial. I appreciate the thought, but put more effort!

Reply