a dile-up bbs, if you don't know what i mean in detail, then dont worry with it, but they were the major comunications/download device before the net became...
Fair Question... you have me on that one...<br>Anyway, I usually use QBasic as a quick way for me to do formating of reports. <br><br>Last year I was able to...
the reason no one is talking is that most of us like to talk shop, but we don't tend to talk about what we're presently working on, unless we need some ...
Hi Vlad...<br>Yes I lurk here at times. Usually checking out if people need help or ideas. I really have not worked on many games. Most of the work I do comes ...
well, it makes sense, that is the usual mantality the comp industry prefers in programers, someone who won't spread all the secrets of whatever prog they ...
No you really didn't... but would that be off topic? <br><br>I have a few flavors of Qbasic and I really do like running the programs. In fact, I had used ...
that's about what i do, i work the logic for an algorithem out in QB then translate it to C(++), Java, or whatever the situation may be, it works well because...
i unlike you peope much prefer to write video games and am currently suing it to learn how to code, ive learnt a bit of c but i still prefer qb mainly because...
Yes that old "object oriented Program"..again..lol.<br><br>Well if you ever have a chance to work with Visual Basic for DOS pick it up. It works in the DOS...
read what you read more closely, what we were talking about was using QB to write tand debug a program, then translating it into c or whatever else, also note ...
sorry fo rthe additional post for this, but...what is easier isn't always what is best for the game, with C you can create games of much larger size, and more...
this is totaly off topic for this club, but i do fondly remember dos, im running my games off 6.2, but i prefer linex, which combines the power of unix with...
you have know idea what your talking about do you???<br>in qb you can acess screens of 640x480x256 in straight qb using certain calls and <br>and what do you ...
??????????????????????????????????????????????????<br>? How many color bits was the NES? I believe it was 8-bit, therefore 2^8(256) colors, nee?<br>Its easier...
um the sytem was 8 bits not the video, there are only 16 colors displayed at a time + a 64 colour pallete<br>dont believe me? <br>there was a nes emulator...
I have a program I wrote some years ago in QB4.5 to store my music collection information. While I've started several times to finish the program, I have been ...
i must appologise in part, you are right the NES DID display 16 colors at once, but after the arrogence of your last post, i feel inclined to point out, that...
I am working on a small imitation of the DOS SHELL and have three questions:<br><br>1.) How can I list file in a directory?<br><br>2.) Can I have the user...
one of the quickest "quick and dirty" methods of getting the list of files into qb is using 'SHELL "dir>tmp.txt"' then reading the info from the file, and ...
Serial, ... This is not a flame but when I hear/read someone saying the 'made' a program, instead of they 'wrote' one, I tend to wonder whether they relly know...