Search found 71 matches

by floogle11
Wed Jun 02, 2010 10:17 am
Forum: QBASIC and QB64 Questions & Answers
Topic: qbasic vs c
Replies: 1
Views: 6135

Yep

Qbasic is way easier to learn then c and c++ (trust me ive learned both but not very good) and i think i like the easier programming better. its easier to remember. And you can still work on a lot of the same things. But to answer your question you can do a lot more in c than QB.
by floogle11
Wed Jun 02, 2010 10:13 am
Forum: General Discussion
Topic: Giant news guys
Replies: 0
Views: 12793

Giant news guys

Ok i was on the other day and i relized that ive been on this website for a year and a month! Isnt that great!
by floogle11
Wed Jun 02, 2010 10:08 am
Forum: QBASIC and QB64 Questions & Answers
Topic: What is your worst program?
Replies: 12
Views: 31063

first

First hour i used Qbasic i put imput always instead of input and it really frustrated me because none of my programs would work.
by floogle11
Wed Jun 02, 2010 10:01 am
Forum: General Discussion
Topic: Is the qbasic/freebasic scene still alive?
Replies: 14
Views: 37539

QB

QB is awsome its really easy but still can be really hard a lot of times figuring out how to do some stuff. And its free and easy to get to and run.
by floogle11
Tue Jun 01, 2010 2:07 pm
Forum: General Discussion
Topic: Atari 2600
Replies: 0
Views: 13099

Atari 2600

Hey if you have can program in the language of the Atari 2600, go to www.coolrom.com and go to emulators and download the atari 2600 emulator then you might be able to make roms with it, and put them here to download then every one with the emulator can play the games you make. On your computer
by floogle11
Thu Nov 19, 2009 7:18 pm
Forum: General Discussion
Topic: is BTC a good project to continue?
Replies: 3
Views: 15659

Maybe

If they have ideas to improve it i would say yes if not just leave it out there and never look back
by floogle11
Thu Nov 19, 2009 7:16 pm
Forum: General Discussion
Topic: RPG
Replies: 20
Views: 83118

Hey

I use LET so that i can see what it is LET makes it stand out more as stated before thats why i use it.
by floogle11
Wed Nov 04, 2009 11:41 am
Forum: General Discussion
Topic: PROSEED - Multi purpose interpreter (WIP) >UPDATE!!!<
Replies: 46
Views: 105516

download

i tried to download it but the application wasnt working so i tried the .bas file and it said the if statement was addvanced so i dont know what to do
by floogle11
Wed Nov 04, 2009 11:32 am
Forum: General Discussion
Topic: Timing
Replies: 2
Views: 9363

Timing

Im making a game were you have resources and you gain them each tick (a tick is like a turn but timed) but im not good with timing can someone tell me how to control the timing in Qbasic. All i know is TIMER ON, TIMER OFF, TIMER STOP, ON TIMER(10,or any other number) a command here, and thats it. Th...
by floogle11
Wed Nov 04, 2009 11:28 am
Forum: General Discussion
Topic: RPG
Replies: 20
Views: 83118

nope

i got like 100 more lines of code in then i forgot about it
by floogle11
Wed Jun 24, 2009 2:27 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Saving Files
Replies: 1
Views: 5427

Saving Files

How do you make files in your program?
by floogle11
Sun May 17, 2009 10:55 am
Forum: Pete's QB Site News
Topic: Pete's QBasic Site celebrates TEN YEARS
Replies: 23
Views: 166854

Whoo!

Whoooo!
by floogle11
Sun May 17, 2009 10:52 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Anyone can edit my work!
Replies: 1
Views: 4628

Dude

Why do we have to do it yourself! :evil:
by floogle11
Sun May 17, 2009 10:48 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Does
Replies: 2
Views: 7070

Does

Does any body have a way so you can use the mouse and make a gun follow it?
by floogle11
Sat May 16, 2009 1:42 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: EXP
Replies: 11
Views: 27017

thanks

okay i think thats all my quetions so far
by floogle11
Thu May 14, 2009 7:37 pm
Forum: General Discussion
Topic: classic basic lovers!!!!
Replies: 7
Views: 21114

Ha

Ha you want a basic game okay heres one! code: DO INPUT "Whats your name?"; name$ IF name$ = "joe" THEN PRINT "Hey I know you!!!!" LOOP OR code: DO RANDOMIZE TIMER x = CINT(RND * 100) INPUT "Choose a number between 0 - 100"; N IF N = x THEN PRINT "YOU win...
by floogle11
Thu May 14, 2009 7:30 pm
Forum: General Discussion
Topic: Color Schemes for VBDOS programs
Replies: 5
Views: 17233

Sounds

Sounds kool.
by floogle11
Thu May 14, 2009 7:26 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: High resolution graphic and printing
Replies: 4
Views: 8304

HA

HA I messed up that only works for pasting
by floogle11
Thu May 14, 2009 7:19 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: EXP
Replies: 11
Views: 27017

Does

Does this work?: HIT = 1 LET Longsword$ = "no" IF Longsword$ = "yes" THEN LET HIT = HIT + 10 IF Longsword$ = "no" THEN LET HIT = HIT * 0 INPUT "You wanna buy a longsword?"; yes$ IF yes$ = "yes" OR yes$ = "Yes" OR yes$ = "YES" THEN...
by floogle11
Thu May 14, 2009 7:10 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: EXP
Replies: 11
Views: 27017

Thanks

Thanks I have got it now. That saved me from like 15 exra minutes from programming. :D