Hi all:)<br>I'm looking for some useful information about OUT & INP commands in Q, SO if anybody know something to help me please notify me as soon as...
I know it's an old post, but i've been down for a couple months<br>anyway, c++ libs are compiled program bits that are reused, c++ headers are descriptor ...
aak, i almost forgot, c++ lib's are included in the source of your compiled program(at least the parts of them you use) while DLL's are accessed when they are...
This is for anyone who has been looking for qbasic files!!!! <br>Ok, put in your win 95 disk, go to my computer, click on cd drive on my computer,( where it...
Lora T,<br><br>You type your programs in the big box at the top. You can try a quick simple program to make sure you are in the right place by typing:<br><br>?...
Hi,<br><br>I just joined this club, and I am already in need of help.:-)So here goes I hope some one will be able to help,<br><br>I am taking my first computer...
Hi,<br>I think this esample would help u:<br><br>for i=1 to 2<br> for j=1 to 3<br> read a$<br> print a$;<br> next j<br> restore<br> print<br>next i<br><br>data...
HI guys,<br>I need some informations about BMP format & how to use it in QB...<br>I anybody know the answer or know a useful site please tell me...<br>thanx so...
HI guys,<br>I need some informations about BMP format & how to use it in QB...<br>I anybody knows the answer or knows a useful site please tell me...<br>thanx...
Hello everyone...I just started learning QBasic and although I have already started, any help or ideas that you can offer would would be gladly appreciated....
Hi...<br>From my personal experience, this interpret on the fly BASIC is pretty good as a self standing form. However, if you are interested in programming in...
Well I am not sure what your programing background is...but I would suggest trying to do some print statements, then loop statements, and perhaps even...
Hey everyone! Just thought I'd let people know there was yet another computer geek, I joined the club! :P Well I wanna make an rpg, anyone wanna help? Talk...
Well well well! a WELCOME! heheh... An RPG is a Role-Playing-Game, an example would be Final Fantasy, or ... anything really involving making decisions that...
EXCELLENT,AN RPG,I'VE BEEN MAKING TEXT INTERFACE RPGs FOR YEARS(I HAVE AN AVERSION TO GRAFIX).<br>IT FILLS THE TIME,SO IF YOU NEED ANY DOINGS, CONTACT ME AT ...
How much graphic power can be sucked outta Qbasic? Could it do about as much as SNES, if not better? Just cuious. I wanna make a graphical rpg, with some ...
Absolutly it depends on what your intending as the minimum processor to run the game; but if you can write assembler you can make the speed much better, on a...
My name is Dr Slush. I am an experienced programmer (roughly 10 years or so) and I saw that you were making an RPG in quickbasic. I have a few pointers for ...
Well DATA statements are used to keep fixed data, numbers or strings(character info). The read statement takes each value in the data statement and assigns it...