Tagged Questions
The gw-basic tag has no wiki summary.
8
votes
3answers
522 views
How to create a plain text file in GW-BASIC 2.01?
My dad learnt programming in the 80s and he is still stuck with GW-BASIC (and making a living out of it). He was asked to create a CSV file, but he only knows how to create files of fixed-width ...
5
votes
13answers
1k views
Why is GW-BASIC still taught in schools?
I dunno about USA and the UK, but in India, schools still teach GW-BASIC. Yes, it's:
10 PRINT "HELLO WORLD"
20 GOTO 10
As far as my experience goes, even writing assembler is easier than this mess ...
1
vote
1answer
205 views
What's the meaning of GW in GW-BASIC? [closed]
GW-Basic was my first programming language. And i never found out what the 'GW' stands for.
1
vote
3answers
244 views
How to run GW-Basic under Ubuntu?
Well, I suddenly missed GW-Basic very much, so I want to install one in my new Ubuntu box. I have a long time not programmed for GW-Basic, so I don't know if there comes new releases. I copied ...
0
votes
3answers
54 views
QBASIC: Execution of a GOTO Line if Condition Is Not Met
I am converting GW-BASIC code to C# and have very limited experience in BASIC languages in general. I am trying to understand how IF...THEN...GOTO statements behave. For example, I have the ...
0
votes
0answers
30 views
GW Basic data file help required
I've been tasked with finding some records in an old GW basic data file. Long story short - the program has raw materials (stored in one file) that are used in recipes (another file).
What i'd like ...