Qbasic your first stop for programming
My programming page


I need some help and information on Binary Ascii and Hex if anybody has information or a tutuorial i would love to have it. I would also like to have some programs sent into my email adress so i can post it please send some suggestions in critique my page for me please.

Josherman

1998




Fortune
GET YOUR OWN WEBSITE FOR FREE 10 mb 10 MB COME AND GET IT FOR FREE!!!!

www.fortunecity.com




Program of The Week
Since nobody is going to my page and ia am getting lazy i have made this section the program of the monh page
REM Program Leonid Mamtchenkov

SCREEN 7
CLS
WINDOW (-100, -100)-(100, 100)
a = 10
DO
FOR s =1 to 14
FOR i = -80 to 80 step a
LINE (-80, i)-(80, -i), s
LINE (i, 80)-( -i, -80), s
IF NOT INKEY$ = "" THEN SYSTEM
NEXT i

a = a + 1
IF a> 4- then a = 10

Last Month

REM Progam By ALain Martineau
DIM First AS INTERGER
DIM Second AS INTERGER
CLS
INPUT "Enter first number";first
INPUT "Enter Second number"; Second
IF first = second THEN
PRINT "First number is equal to second"
ELSE
PRINT "First and second numbers are not equal"
END IF
END

Last Month
REM Program by Leonid Matchenkov

SCREEN 1
CLS (-100, -100) - (100, 100)
DO
FOR i = -80 to 80
CIRCLE (-80, i), 10
CIRCLE (-80, - 1), 10 , 0
CIRCLE (80, -i), 10
CIRCLE (80, -i + 1), 10, 0
CIRCLE (i, 80), 10
CIRCLE (i - 1, 80), 10, 0
CIRCLE (-i, 80), 10
CIRCLE (-i + 1, -80), 10, 0
IF NOT INKEY$ = "" THEN END
NEXT i
CLS
LOOP


Next Month a new program


Favourite Links

Leonid Mamtchenkov
Good Site stop by for the compiler


Qbasic Station
Lots of qbasic information that you can use download games and other stuff like that


Tutorial
Just Gettin started please send any suggestions you have for my page

Email me on:
[email protected]

This page has been visited times.