Page 1 of 1

What is your worst program?

Posted: Mon Mar 15, 2010 7:53 am
by angros47
Looking now at my first experiments with QB (that I've written years ago), I see many errors, bad practices and spaghetti code. I'm sure that I'm not the only one: many of us have realized horrible, bad coded programs that actually work well, and only later we've understood how to code properly.

So, my question is: what is the worst program you've ever written? (I mean, working program, not stub). What would you change, if you should rewrite it now?

Posted: Mon Mar 15, 2010 9:57 am
by coma8coma1
trying to reply but it wont keep me logged in. ???

Posted: Mon Mar 15, 2010 12:59 pm
by burger2227
What do you mean about staying logged in Coma?

It HAS been really slow here lately!

Ted

Posted: Tue Mar 16, 2010 4:58 am
by coma8coma1
I tried to reply to the OP and each time I told me I needed to log in again. It was immediate. Usually this site automatically logs me out after 10 minutes or so, but this was < 1 minute.

Posted: Tue Mar 16, 2010 7:24 am
by angros47
That's what I do: I write a message, select all, copy it, and try to send: if I need to log in again, I do, then I paste the selected text and send it.

Posted: Tue Mar 16, 2010 1:51 pm
by burger2227
Well I always stay logged in. Every once in a while I have to log in though.

Thanks for the feedback!

Ted

FB FOR WINDOWS

Posted: Thu Mar 18, 2010 11:49 pm
by OPRESION
I HAVE MADE MANY MISTAKES LIKE ANYBODY ELSE BUT MY WORST PROGRAM
WAS MADE BY THE FREEBASIC FOR THE WINDOWS.

THE FIRST TIME THAT I DID TRY TO RUN AND COMPILE A QBASIC PROGRAM
OF MINE IN THE FREEBASIC FOR WINDOWS THE RESULTS WERE LIKE THE HIROSHIMA
BOMB BECAUSE THE FB FOR WINDOWS TREATS THE DOS LIKE SHIT.

MY PROGRAMS NEVER ARE BIG BUT I HAVE TO USE THE FB FOR DOS INSTEAD
OF THE FB FOR WINDOWS. FB FOR WINDOWS TREATS THE QBASIC FOR DOS
LIKE MICROSOFT TREATS THE DOS FOR 16 BITS, LIKE GARBAGE,
THAT IT MEANS, TRYING TO DISSAPEAR IT.

Posted: Mon Mar 22, 2010 2:39 pm
by coma8coma1
OPRESION, you should try qb64. All of my old QB games run in WinXP except for one that uses CHAIN command because that is not supported. It's great to be able to write programs in BASIC again that run on modern computers.

Posted: Mon Mar 22, 2010 6:40 pm
by burger2227
WADDAYA MEAN? The CHAIN command and COMMON are supported in QB64!

The only present problem is that it does not work across directory paths. Hopefully that will be fixed soon.

Ted

Posted: Mon Mar 22, 2010 8:30 pm
by coma8coma1
oops! my bad! maybe i'll try and compile my old game from a gagillion years ago, you know, for old times sake? :wink:

Posted: Thu Mar 25, 2010 3:07 am
by OPRESION
coma8coma1 wrote:... you should try qb64 ...
THANK YOU FOR YOUR SUGGESTION.

Posted: Tue Mar 30, 2010 1:43 pm
by Seb McClouth
erm... worst program ever... my ASCII attempt of win3.x... with no mouse... lol old school... basic old school...

first

Posted: Wed Jun 02, 2010 10:08 am
by floogle11
First hour i used Qbasic i put imput always instead of input and it really frustrated me because none of my programs would work.