You can get various version of QBasic here: http://eagleperch.net/index.html - click on "Get QBasic". Jordan C. http://not-named.net (Version 2.2) Proverbs...
Jordan C
mdiegoblake@...
Feb 1, 2003 2:59 pm
1972
... http://www.gbgames.com Check it out under Downloads. __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful....
As i was writing up some code for a war strategy game which used elements of cyber warfare (i.e. hacking into enemy computers, using viruses), i began to...
In theory, yes, it would be possible. However, there are some things you should consider. 1. Making such a virus in QB would likely be harder than just...
JAGSOFT5@...
Feb 7, 2003 9:04 pm
1976
Hello, my name is joel, i just signed up today, hopefully i'll get to know some of you, and help any of you if i can, i'm not the best at qbasic, but if i can...
Hey everyone, Has anyone ever had any problems with the PLAY command under WIN 2000 Professional? I made a small math program for my son and let his teacher...
... Windows ME can be considered Windows 98Third Edition. Windows 2000 is more like NT 5, I believe. Win2000 doesn't support DOS as well as the other versions...
... attacking ... completely ... deletion ... with ... Actually, I wonder why a virus like that hasn't been made yet? Techniques have been developed to kill...
Hello again. As a requirement for my semester project, I needed a mentor who is knowledgable in the field of my choosing. Since I have chosen programming,...
Hello, I was wondering, if someone knew of any tutorials i could check out that would be of help in programming software such as accounting software or...
HELLO. I'M AN OLD COBOL PROGRAMMER FROM WAY BACK AND I'M NEW TO THE WEB. I'VE BEEN TRYING TO CONVERT MY FIRST QBASIC BAS FILE TO AN EXECUTE FILE. I UPLOADED...
HELLO. I'M AN OLD COBOL PROGRAMMER FROM WAY BACK AND I'M NEW TO THE WEB. I'VE BEEN TRYING TO CONVERT MY FIRST QBASIC BAS FILE TO AN EXECUTE FILE. I UPLOADED...
And you use Yahoo mail too instead of AOL. Never would have guessed. Here's a web tip: TYPING IN ALL CAPS IS THE SAME AS YELLING AT SOMEONE AT THE TOP OF YOUR...
Jordan C
mdiegoblake@...
Feb 15, 2003 2:15 am
1989
... The message is cannot find PROGRAM.exe Thanks. Joe __________________________________________________ Do you Yahoo!? Yahoo! Shopping - Send Flowers for...
Meh, the scripture is automatically added. Thanks though :) And in your last message, you stated that the message given to you was "PROGRAM.exe could not be...
Jordan C
mdiegoblake@...
Feb 16, 2003 12:59 am
1992
... THe PE file format (which all win32 executables are) has sections which are aligned on 1024 byte boundaries (if it isn't they will refuse to win on win95)....
... accounting ... the ... and ... Try checking out stuff on "User-defined TYPEs" and "Random Access Files". It is quite easy to have a user defined type with...
... Problem no longer exists, thanks to you! For the last two weeks I was working with QB/45 which the group told me to download. It so happens that there were...
... 1. To average data (I think that's what you mean): total = 0 FOR a = 1 TO NumItems READ value total = total + value NEXT a total = total / NumItems 2. To...
Thanks for your help but what I actually need to do is something else. I was confused about the problem. I don't have to average I have some data numbers...
OK I think I'm getting somewhere. I made the data numbers a string and extracted each number using the left or right$ extraction then I have used the...
I finally figured it out but I didn't use the INT function so I don't know if I did it right. It works tho. Here is the program if anyone can make sense of...
I finally figured it out but I didn't use the INT function so I don't know if I did it right. It works tho. Here is the program if anyone can make sense of...