Search found 71 matches

by floogle11
Thu Jun 10, 2010 12:57 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Coin flip
Replies: 2
Views: 6864

hmm thats weird after i tested and it worked fine thanks anyway though
by floogle11
Thu Jun 10, 2010 12:44 pm
Forum: General Discussion
Topic: C++
Replies: 17
Views: 32638

ok now im trying to run this but it wont work: heres the code that im using: #include <iostream> int Add (int x, int y) { cout << "In Add(), recieved " << x << " and " << y << endl; system ("pause"); return (x+y); } int main() { cout << "im in main() " << endl...
by floogle11
Thu Jun 10, 2010 11:57 am
Forum: General Discussion
Topic: C++
Replies: 17
Views: 32638

thank you
by floogle11
Wed Jun 09, 2010 12:05 pm
Forum: General Discussion
Topic: Liberty Basic
Replies: 14
Views: 49768

im almost a year late on posting on this lol
by floogle11
Wed Jun 09, 2010 10:44 am
Forum: General Discussion
Topic: C++
Replies: 17
Views: 32638

still dosnt work
by floogle11
Tue Jun 08, 2010 12:19 pm
Forum: General Discussion
Topic: C++
Replies: 17
Views: 32638

wait now i compiles but when i run it it just closes out
by floogle11
Tue Jun 08, 2010 12:13 pm
Forum: General Discussion
Topic: C++
Replies: 17
Views: 32638

HEy with dev C++ i compile my prog and i try to run it but it says it hasnt been compiled yet?
by floogle11
Tue Jun 08, 2010 11:57 am
Forum: General Discussion
Topic: C++
Replies: 17
Views: 32638

Thanks guys i really needed somthing more complex to program in.
by floogle11
Mon Jun 07, 2010 5:16 pm
Forum: General Discussion
Topic: RPG
Replies: 20
Views: 79305

I wouldnt of posted this if i new it would start fights Hmm or would i
by floogle11
Mon Jun 07, 2010 12:14 pm
Forum: General Discussion
Topic: C++
Replies: 17
Views: 32638

C++

Lately ive wanted to program in C++ but my C++ thing hasnt worked so i trashed it and do any of you know a free C++ thing i can download. (not codeblocks i tried it but it wasnt running my programms)
by floogle11
Thu Jun 03, 2010 12:09 pm
Forum: General Discussion
Topic: VBscript game
Replies: 1
Views: 8280

8 seconds! whoo i win
by floogle11
Thu Jun 03, 2010 12:00 pm
Forum: General Discussion
Topic: full screen
Replies: 5
Views: 14952

whats viirtualbox?
by floogle11
Thu Jun 03, 2010 11:45 am
Forum: General Discussion
Topic: TrueQB
Replies: 1
Views: 10181

TrueQB

I know I know its a cheezy name but i couldnt think about anything else. But please join www.TrueQB.webs.com. I want to expand Qbasic, if we dont it could die! :o please join
by floogle11
Thu Jun 03, 2010 11:38 am
Forum: Freebasic Questions & Answers
Topic: Starting FB
Replies: 1
Views: 17177

Starting FB

I downloaded Freebasic v2.0 but i started it up and its asking me for somthing but i dont know what.
by floogle11
Thu Jun 03, 2010 11:35 am
Forum: General Discussion
Topic: geekbasic.com
Replies: 7
Views: 16401

whoo another person!
by floogle11
Thu Jun 03, 2010 11:18 am
Forum: General Discussion
Topic: geekbasic.com
Replies: 7
Views: 16401

mine

I wish my sites were doin that good. I have 2 members and nothing else.
by floogle11
Wed Jun 02, 2010 4:46 pm
Forum: Freebasic Questions & Answers
Topic: QB vs FB
Replies: 5
Views: 29701

thanks

thanks
by floogle11
Wed Jun 02, 2010 1:43 pm
Forum: General Discussion
Topic: full screen
Replies: 5
Views: 14952

full screen

hey my laptop wont let qb go to full screen does anyone know how to fix that? And sorry for postin so much today i havent been on for a couple months.
by floogle11
Wed Jun 02, 2010 10:36 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Coin flip
Replies: 2
Views: 6864

Coin flip

Hey in this one game im making for fun theres a coin flip in the begging but its not working. I coded it like this. Code: input "Heads or tails?(H or T)"; horts$ randomize timer num = int(rnd * 2) + 1 if horts$ = "H" or horts$ = "h" then d = 1 b = 0 end if if horts$ = &...
by floogle11
Wed Jun 02, 2010 10:24 am
Forum: Freebasic Questions & Answers
Topic: QB vs FB
Replies: 5
Views: 29701

QB vs FB

How is FB different from QB?