Page 1 of 1

The limits of QB (and FB?)

Posted: Fri Apr 29, 2005 11:40 am
by Agent_Firestalker
During my programming of The Asylum, a resident-evil esque game in QB, I started to wonder what kinds of things people have made in these languages. Could an internet browser be made? How about a fast FPS with multiple weapons, enemies and variable levels.
My question is, how far can these Q-F(B) languages go? Is the browswer idea too farfetched? I've seen OS's, so it doesn't seem too crazy.

- Agent_Firestalker

Posted: Fri Apr 29, 2005 11:58 am
by Kyle
With freeBASIC, you could make a browser and a decent FPS.
I've seen OS's, so it doesn't seem too crazy.
They are GUI's (Graphical User Interfaces), not real OSes.

Posted: Fri Apr 29, 2005 2:36 pm
by {Nathan}
Yes, you could make a broswer. It has been done in QB!

Posted: Fri Apr 29, 2005 2:42 pm
by MystikShadows
Ahhh if only Nathan would have been here sooner....;-) LOL

Posted: Fri Apr 29, 2005 4:55 pm
by mundofr
umm.. i would like to see a browser in QB hehe, i can think of a way to do a GUI but not a way to make a browser

Posted: Fri Apr 29, 2005 5:07 pm
by Z!re
Theres been atleast two browsers that I know of


As for FPS games check Contact: http://www.freewebs.com/wallacesoftware



And in FB... whatever you want, it's the same limits as C or C++.. pretty much unlimited within normal computer bounds ofcourse (like, you cant access over 4GB ram etc.. YET!)

Posted: Sun May 01, 2005 8:30 am
by {Nathan}
I know of two browsers too. One is sorta new, and one comes bundled with GIMI. They either use winsock or directly access the modem through port access. Winsock port is probably easyer though.

Posted: Sun May 01, 2005 9:07 am
by Kyle
The browser that comes with GIMI uses a custom Windows program called GetWeb. All the browser does is write to a file with the URL, and read from a file with the html code or whatever.

Posted: Wed May 04, 2005 7:45 pm
by {Nathan}
... even if it DOES use getweb, it is STILL a BROWSER in QBASIC. It gets the web... so it IS a browser!!!

Posted: Sun Jul 03, 2005 3:09 pm
by {Nathan}
and yes, I did know about GETWEB... I have *tried* to use it before.. but failed miserably.