Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.
Name: nanoguru Date: November 12, 1999 at 13:10:17 Pacific
Reply:
there is no such thing as a qbasic compiler, but there is a quick basic compiler. A qbasic file can be compiled though with a quick basic compiler with a few minor changes in the qbasic file Use quick basic 4.5
0
Response Number 2
Name: Greg Byzewski Date: November 22, 1999 at 10:52:37 Pacific
Reply:
I have a program that is in a qbasic format, however the company that made it went out of business in 1994. How can I retrieve the code? What programs are going to work.
0
Response Number 3
Name: YOOZUSE Date: May 27, 2000 at 13:37:19 Pacific
Reply:
i haven't found a good decompiler that works yet, e-mail me if anyone does.
0
Response Number 4
Name: Ravi Date: August 20, 2000 at 01:48:42 Pacific
Reply:
I would really like to have a qbasic decompiler and a decompiler of c also if possible
0
Response Number 5
Name: Joe Random H Date: September 18, 2000 at 01:32:28 Pacific
Reply:
i taught myself qbasic a few years ago and as far as i know there is no way to truly compile a qbasic program it only works threw qbasic itself closer to a script then a program i have never seen a compiled qbasic program but i would love to see one if im wrong feel free to flame me #############################################
Big Brother Watches
#############################################
0
Response Number 6
Name: Joe Blo Date: September 23, 2000 at 17:20:56 Pacific
Reply:
QBasic is a crippled interpreted language distributed with a certain OS out of Redmond. however QuickBasic is a slightly more powerful, optionally compiled language. I have never seen a decompiler for it. Just to set the record straight --Andrew
Summary: Does anyone know of any way I can convert GWBASIC code into QBASIC? I found an old copy of SlaughterWorld II that my brother wrote, it had several GWBASIC files and some graphic files that the program...
Summary: There is no special command to do thisyou have to go in 10's but you can create a number catcher so that only numbers between 8-25 get through an example. workout: num = INT(RND * 30) if num = 26 then...