Quizzes & Puzzles7 mins ago
BASIC for PCs
Answers
No best answer has yet been selected by chakka35. Once a best answer has been selected, it will be shown here.
For more on marking an answer as the "Best Answer", please visit our FAQ.QBASIC used to be given away on the Windows CD (try to find a W95 or W98 CD). It was a cut-down version of QUICKBASIC and similar to GW-BASIC. Lots of links and references on the internet. Used to run under DOS so you might have a lot of work to so to get it to work under XP. It isn't available on Microsoft's site but try these:-
http://www.geocities.com/TimesSquare/Arena/5451/qbasic/d ownloads/
http://www.geocities.com/TimesSquare/Ar ena/5451/qbasic/downloads/qbasic.zip
target='_blank' href="http://www.thefreecountry.com/compilers/basic.shtml">http://www.thefreecountry.com/compilers/basic.shtml
Also try looking for Python or TrueBasic.
That third site was:-
http://www.thefreecountry.com/compilers/basic.shtml
PS. Just tried the zip download and it worked on XP - don't cross out the window to finish, use the File menu. Not sure if there is an 'immediate' mode but a program such as
10 PRINT "HELLO"
does Run!
or try a freeware program called envelop.
http://www.freebyte.com/programming/compilers/envelop.html
its visual basic but its the same thing isnt it?
Sorry, chakka35. Don't try to open the program just now. The file is a compressed one ('zipped' a .zip file) to save time downloading (and originally to get programs to fit on a floppy disc). You need a program to uncompress ('unzip') the file. Most people use 'Winzip'. Download it or find it on most cover discs with computer magazines. That's another learning curve for you but it's worth it, lots of stuff you might want to get from the Internet will be 'zipped'. By the way, a lot of computers are set up to not show the three letter file extensions in windows so you might not have known that the file was a .zip file!
Let me know how you get on.