Sinisterly
QBasic Tutorial 1 - Printable Version

+- Sinisterly (https://sinister.li)
+-- Forum: Coding (https://sinister.li/Forum-Coding)
+--- Forum: Coding (https://sinister.li/Forum-Coding--71)
+--- Thread: QBasic Tutorial 1 (/Thread-QBasic-Tutorial-1)



QBasic Tutorial 1 - Nick_CnC - 02-21-2013

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.


RE: QBasic Tutorial 1 - Wonders - 02-21-2013

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.


RE: QBasic Tutorial 1 - Nick_CnC - 02-22-2013

yeah I know it wouldn't let me post a link at the time because you need 10 posts.


RE: QBasic Tutorial 1 - Flashdrive - 02-22-2013

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 !


RE: QBasic Tutorial 1 - Magic_CnC - 02-22-2013

Pictures are always good to have in tutorials.


RE: QBasic Tutorial 1 - Flashdrive - 02-22-2013

(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.


RE: QBasic Tutorial 1 - Beaker - 02-22-2013

Really vague tutorial. I appreciate the thought, but put more effort!