i know ist from 2011 but i lerning qbasic und my retro computer with your good totorials hello from germany
@Hello-cc9ix6 жыл бұрын
Thanks sir I need it because tomorrow is my computer practical thank you sir thanks a lot
@ravisinganad5 жыл бұрын
my name is ayush
@lilo2933 жыл бұрын
I love these tutorials , thank you ! :)
@sukhpreetkaur84726 жыл бұрын
Hello, I really like this tutorials, extremely helpful. Can you please just explain the screen coordinates in more detail please like maybe in another video
@SchoolFreeware13 жыл бұрын
@crazywiiaddict I know it works with QBasic 1.1 on Windows XP (and older) and within DOSBox on W7 64. The code is on the SchoolFreeware website. Try taking a look at that code to see if the code you made is without typos or other mistakes. Most of the time, a simple mistake will prevent the code from working correctly. - Let me know if works or not.
@rexcro9 жыл бұрын
Werry good tutorials, thx, and keep going!
@jananiepremkumar71913 жыл бұрын
SIR YOU TEACH NICE
@hritvikjamwal468811 жыл бұрын
have you typed screen 13 before started drawing
@edwardthepotato87509 жыл бұрын
when i put screen 13 at the beggining it says it doesnt support fullscreen and crashes. when i dont it says "illegal function call" i need help and when i add screen 13 it still says "illegal function call"
@amelina89378 жыл бұрын
+edward the potato try putting screen 12.Its smaller
@Maxgamer-fd7hv5 жыл бұрын
FBI OPEN UP
@aayushanand2787 жыл бұрын
pls tell the commands for 0.74 qbasic system for circle shape and line
@Hello-cc9ix6 жыл бұрын
Sir how to make circle with green border in Q Basic please sir tell me
SchoolFreeware Screen 12 Cls Circle (100,100),25,10 Sleep This is right to make circle with green border
@manishacharya51067 жыл бұрын
how to determine coordinates for object?sir....
@animeenemy3575 жыл бұрын
Cam we move the graphic?? I mean those shapes
@kalekakek34563 жыл бұрын
I do not speak on english language ,but you help me!
@stepan60yt4 жыл бұрын
i'm have an error "Illgel function call"
@SchoolFreeware12 жыл бұрын
@900obito If a screen is not declared, like Screen 13, the computer will give an illegal function call.
@sukhpreetkaur84726 жыл бұрын
SchoolFreeware Why
@parveenmohd57077 жыл бұрын
How to draw LP5 in one output
@McMacker412 жыл бұрын
how many colors does qbasic1.1 have?
@pushpasaviour1764 жыл бұрын
Thank u
@matiasvlevi66479 жыл бұрын
how do i delete a shape
@ankitmitra23834 жыл бұрын
it dose not work in qb64
@sangeetasaha58457 жыл бұрын
how to draw a smile on q basic
@SchoolFreeware7 жыл бұрын
See Tutorial 54
@Hello-cc9ix6 жыл бұрын
I have something important please sir
@SchoolFreeware6 жыл бұрын
The circle is: CIRCLE(X, Y), Radius, Color 10 is green is Screen 12 48 is green in Screen 13 Example Code: Qbasic 1.1 'for screen 12 SCREEN 12 CIRCLE (100, 100), 25, 10 'for screen 13 SCREEN 13 CIRCLE (100, 100), 25, 48
@Hello-cc9ix6 жыл бұрын
SchoolFreeware SCREEN 12 CLS CIRCLE (100,100),25,10 SLEEP sir this is right to make green border circle?
@SchoolFreeware6 жыл бұрын
It is for screen 12. CLS - Clears the screen. SLEEP pauses the computer until a key is pressed. It will work in QBasic 1.1. and QB64. If you need the QBasic 1.1 IDE see Tutorial 1 and DOSBOX Tutorial. If you want to use QB64 you can download it at www.qb64.net