Search found 119 matches
- Tue Jun 21, 2005 12:04 pm
- Forum: QBASIC and QB64 Questions & Answers
- Topic: Temperature Conversion
- Replies: 3
- Views: 5959
- Tue Jun 21, 2005 11:15 am
- Forum: QBASIC and QB64 Questions & Answers
- Topic: Temperature Conversion
- Replies: 3
- Views: 5959
its because 5 / 9 * (f - 32) = -17.77777778. f = 0. what you have to do is put the LET c = 5 / 9 * (f - 32) AFTER you input f. so like this: INPUT "Please enter a temperature in Fahrenheit"; f LET c = 5 / 9 * (f - 32) PRINT "A temperature of "; f ;" degrees Fahrenheight equals "; c ;" degrees celsiu...
- Tue Jun 21, 2005 11:00 am
- Forum: News and Announcements
- Topic: New Site
- Replies: 23
- Views: 27410
well, you have inspiration listed in the coffee house description and then you have a seperate forum called inspiration, change the description to something like, get support or something. Also, try posting this on other, more active forums, such as: http://forum.qbasicnews.com/index.php and http://...
- Tue Jun 21, 2005 10:51 am
- Forum: QBASIC and QB64 Questions & Answers
- Topic: sigh...its a BIG'un
- Replies: 4
- Views: 6718
without any code its impossible to say. I don't get what you mean when you say then i want my user to enter a number of times he wants it to go thru the whole thing... then i want to make a random number ....int(rnd * 50) read my record file compare the random to the record number if equal make NEW ...
- Tue Jun 21, 2005 10:48 am
- Forum: News and Announcements
- Topic: New Site
- Replies: 23
- Views: 27410
hmmm.... well, it should probably have its own catergory, since its different from the other ones. The description should be something like "Code frying your brains? Come in and relax for a bit.". Basically, it would be a forum where the programmers could talk about whatever they wanted, it would be...
- Tue Jun 21, 2005 8:12 am
- Forum: News and Announcements
- Topic: New Site
- Replies: 23
- Views: 27410
- Mon Jun 20, 2005 1:15 pm
- Forum: News and Announcements
- Topic: New Site
- Replies: 23
- Views: 27410
- Mon Jun 20, 2005 1:13 pm
- Forum: QBASIC and QB64 Questions & Answers
- Topic: Help creating text based RPG
- Replies: 2
- Views: 4628
well, this is just a minor point, but you have it checking for left or Left...etc, what you should do is use the ucase$( text$ ) or lcase$( text$ ) commands. ucase makes the string all uppercase, and lcase makes the string all lowercase so like this:
Code: Select all
IF ucase$( d$ ) = "LEFT" THEN GOTO 1
- Mon Jun 20, 2005 1:09 pm
- Forum: News and Announcements
- Topic: New Site
- Replies: 23
- Views: 27410
- Sat Jun 18, 2005 10:54 am
- Forum: General Discussion
- Topic: qbe#11 ??
- Replies: 9
- Views: 9967
- Fri Jun 17, 2005 3:02 pm
- Forum: General Discussion
- Topic: qbe#11 ??
- Replies: 9
- Views: 9967
qbe#11 ??
Ok, I've been out for a week or so, so if I have missed any post saying when, sorry. Whens QBE #11 coming out?
- Thu Jun 09, 2005 2:27 pm
- Forum: General Discussion
- Topic: Want a good laugh?
- Replies: 27
- Views: 28960
I believe, though I can't be sure, that the original usage of the word hack was tied to computer technology at the creation of the first video game, the description of which I don't remember. why it was called a hack, I'm not sure, but it could have been because making a game on the computer was pre...
- Thu Jun 09, 2005 2:17 pm
- Forum: General Discussion
- Topic: Frustration Poll
- Replies: 12
- Views: 14106
Yeah, but sometimes a bug isn't one rebellious command, but one resulting from the whole structure of your programming. Or else sometimes you don't write your code to be scalable (able to adapt to accept more info/changes) and then you realize that you have to expand, and find that you can't. Debugg...
- Thu Jun 09, 2005 2:14 pm
- Forum: QBASIC and QB64 Questions & Answers
- Topic: Combining an array and type
- Replies: 4
- Views: 4866
- Wed Jun 08, 2005 9:08 pm
- Forum: General Discussion
- Topic: Want a good laugh?
- Replies: 27
- Views: 28960
- Wed Jun 08, 2005 6:02 pm
- Forum: General Discussion
- Topic: Upgraded forum
- Replies: 1
- Views: 4305
- Wed Jun 08, 2005 9:49 am
- Forum: General Discussion
- Topic: Frustration Poll
- Replies: 12
- Views: 14106
- Mon Jun 06, 2005 6:36 pm
- Forum: General Discussion
- Topic: Want a good laugh?
- Replies: 27
- Views: 28960
The safest policy is to limit your children's access to the computer to a maximum of forty-five minutes each day. 6. Does your son use Quake? they make it sound like a $$$ or something, lol. BSD, Lunix, Debian and Mandrake are all versions of an illegal hacker operation system, invented by a Soviet...
- Sat Jun 04, 2005 3:45 pm
- Forum: General Discussion
- Topic: Aaaarrrrggghh...
- Replies: 16
- Views: 16170
- Sat Jun 04, 2005 3:17 pm
- Forum: General Discussion
- Topic: Aaaarrrrggghh...
- Replies: 16
- Views: 16170