Page 1 of 2 12 LastLast
Results 1 to 40 of 62

Thread: Do you still use Qbasic?

  1. #1
    Guest
    How many people, here, still use Qbasic once in a while??

  2. #2
    Fanatic Member Bonker Gudd's Avatar
    Join Date
    Mar 2000
    Location
    Saturn
    Posts
    748

    Wink

    I have!
    Wrote a DOS program to calculate numbers for a raffle.
    Anyone who wants it can have it (the code that is!)

  3. #3
    Hyperactive Member compuGEEK's Avatar
    Join Date
    May 1999
    Location
    Mpls,MN,USA
    Posts
    281

    Cool

    I absolutely love QBasic! I've dabbled with game programming quite recently, although I suck at the graphics part it....


  4. #4
    Guest
    Is Qbasic powerful for game programming?

  5. #5
    Hyperactive Member
    Join Date
    Sep 1999
    Posts
    305
    I use it all the time. There are no runtime files, and the programming for underground things is a lot easier. There's basically no need for API. It's awesome.

    bob

  6. #6
    Fanatic Member HaxSoft's Avatar
    Join Date
    May 2000
    Location
    Ohio
    Posts
    593

    Cool QBasic and Graphics

    Hi you all

    I have used QBasic 4.5 and version 7.1

    For graphics programming, I used the FastGraph library from Ted Gruber Software. It was a graphics library that supported up to 640x480 pixels in 256 colors.

    When I bought it, that was awesome (all the games were running 320x300 pixels in 256 colors). I guess the current versions of FastGraph support VB and true color and all that. Yes it is still available from http://www.fastgraph.com. There is a shareware version for download there, BUT I paid for it, and that was one of the best investments I ever made.

    QB 7.1 and 4.5 were both great for that stuff when you have FastGraph included. I built an entire library to add GUI to my DOS programs written in QB. Alone, graphics are difficult if not impossible with QB.

    I still use QB when I want to write a quick routine or just test something out. Then if it works well, I load it into VB. QBasic is great when you just wanna experiment with something, whereas VB has all those forms and stuff.

  7. #7
    New Member
    Join Date
    May 2000
    Location
    Singapore
    Posts
    4
    i still love the traditional qbasic
    done quite a number of progs in qb
    but if u compare in terms of user interface, maybe i would prefer vb, other than that, i like qb

  8. #8
    Guest
    QB is mainly good for writing samll calculation program or such games liked LORD or BRE.

  9. #9
    New Member
    Join Date
    May 2000
    Location
    Sweden
    Posts
    6

    I do. me do.

    I really like qbasic.
    Frunkenstein

  10. #10
    Guest
    denniswerrn posted a working link of where to download Quick Basic 7.1 in the General Questions. If anyone wants it, they should check it out.

  11. #11
    New Member
    Join Date
    May 2000
    Posts
    8
    I use QBasic.
    ***** VB RULES!!! *****

  12. #12
    Member bcx7's Avatar
    Join Date
    May 1999
    Location
    Adelaide, South Australia, Australia
    Posts
    46

    Thumbs up qbasic is cool

    i still use qbasic

    i sometimes right the code in qbasic and then put it into vb.

    one thing good about qbasic is that you have the out and inp commands.

    vb doesn't and i've been wanting to use the i/o ports in vb but i cant. i don't know of any other or similar commands (i've got vb5) to inp and out.

    but vb is more powerful and runs in windows. qbasic is the opposite but still good.

  13. #13
    Guest
    Has anyone ever tried making a GUI in Qbasic?

  14. #14
    Guest
    I havent but these people have.
    http://www.master-creating.de/

  15. #15
    Guest
    Alright, thanks, I'll check it out!

  16. #16
    Guest
    Yes I have that too. It's much more confusing than using VB6.

  17. #17
    Lively Member
    Join Date
    Jun 2000
    Location
    FL
    Posts
    76

    Talking

    I used Qbasic/Quick Basic for years before I learned vb

  18. #18
    Member
    Join Date
    Jun 2000
    Location
    Gainesville, Ga
    Posts
    50

    QB is humane.

    I've written more in QB than anything, and I still
    use it quite often.
    I mostly write childrens programs with it know.

    There are still alot of parents out there that
    can't afford an updated computer, and QB programs
    will run good on even an old 286.
    I think everyone should be able to have a useful
    computer, and QB makes that more possible.

    Also I use it on an old computer to test with, ASM
    and just to play with. Let it crash who cares.

    Scott Cato
    VB6s

  19. #19
    Junior Member
    Join Date
    Jul 2000
    Location
    Yugoslavia
    Posts
    16
    I use QB from time to time, I made a Phonebook, after which I experimented with ScreenModes and mouse employment, tried to make some kind of graphical enviroment and I can say I did it. I found various programs involving graphical enviroment using QB, some of them are pretty good, better then mine certainly.

  20. #20
    New Member Stefen Enns's Avatar
    Join Date
    Jul 2000
    Location
    Canada
    Posts
    2

    Talking QBASIC

    I still use QBasic occasionally. I've written a few small applications in it, and it's great for games. Plus, it's fully compatible with Pentium II processors, unlike Turbo Pascal.
    Stefen Enns ( [email protected] )
    • Visual Studio PRO 6 SP3
    • Turbo Pascal 7.0
    • Borland Delphi 5
    • C++Builder 4 ENT
    • Perl
    • ASP/VBScript

  21. #21
    Addicted Member Lemon Lime's Avatar
    Join Date
    Jul 2000
    Location
    Space, the final frontier, go along the yellow brick road,turn left then left again. In the service window, ask for the insane dude.
    Posts
    167

    Cool

    i usually use it for quick stuff.
    QB helps me to think clearly when im not VBing
    i have qbx7.1 and qb4.5
    both are nicest ways of life i ever had
    I've had enough with sainity!
    What's the use of it anyway?

  22. #22
    Registered User Lior's Avatar
    Join Date
    Jan 2000
    Posts
    307
    Hashpraza, "Nicest way of life", QB ?!
    Think again.

  23. #23
    Frenzied Member
    Join Date
    Jul 1999
    Posts
    1,800
    can anyone give me the source to gorillas? I just found qbasic a second ago on my windows cd. Thanks

  24. #24
    Fanatic Member
    Join Date
    Feb 2000
    Location
    The Netherlands
    Posts
    715

    Re: qbasic is cool

    Originally posted by bcx7
    i still use qbasic

    i sometimes right the code in qbasic and then put it into vb.

    one thing good about qbasic is that you have the out and inp commands.

    vb doesn't and i've been wanting to use the i/o ports in vb but i cant. i don't know of any other or similar commands (i've got vb5) to inp and out.

    but vb is more powerful and runs in windows. qbasic is the opposite but still good.
    With a dll called vbio.dll, you can do the inp and out commands in vb. Just search the net for it.

  25. #25
    Addicted Member Lemon Lime's Avatar
    Join Date
    Jul 2000
    Location
    Space, the final frontier, go along the yellow brick road,turn left then left again. In the service window, ask for the insane dude.
    Posts
    167
    you're right oetje
    but, what I/O port do u need that is not handled by api?
    i need only one:
    &H3DA
    bit 4 is Vsync of the screen and if i dont use Directx Api all animations are blinking
    thatz all
    I've had enough with sainity!
    What's the use of it anyway?

  26. #26
    Fanatic Member
    Join Date
    Feb 2000
    Location
    The Netherlands
    Posts
    715
    I have a digital train from Marklin, and I control that at my computer. It works with the COM port, and I wanna add some extra devices, like miniature cars that really drive. These things are controlled via the paralell port. Therefore I'm going to use vbio.dll. (I don't know anything about using the API for this.)

  27. #27
    Addicted Member Lemon Lime's Avatar
    Join Date
    Jul 2000
    Location
    Space, the final frontier, go along the yellow brick road,turn left then left again. In the service window, ask for the insane dude.
    Posts
    167
    So, What's the problem?
    beside, to use vbio.dll you need the "declare" statments.
    in three letters i'm calling it: "API"
    I really didn't knew about the vbio.dll so thanks.
    But i really cant understand you'r problem with cars or something...
    do you want to control these cars with the LPTx: port?

    [Edited by Lemon Lime on 08-21-2000 at 05:54 PM]

  28. #28
    Member
    Join Date
    Aug 2000
    Location
    USA
    Posts
    32
    Yep! I still use it for designing algorithms and for making a few simple games ... =)

    Actually, I've made a few really detailed games which use 100% pure QB... =D
    -Koralt

  29. #29
    Member
    Join Date
    Sep 2000
    Location
    Sweden
    Posts
    37

    Wink ...the graphic part is rather tough...

    With my last QB project, a pretty nice 2 player Tetris game, I spent twice as much time with graphic design than with coding (and I don´t mean any voodoo3 graphics here).
    I was quite frustrated for a while there, but then, about a year ago, I found VB and and a new world was in front of me.

    I don´t think I will ever return to QB entirely. But still QB i great for "coding pratice", when to create samples of a larger project.
    Now I´m learning 3D algorithms and using QB to try them out.

    But whatever happens, the Quick Basic in my heart will go on...
    Balder = Viking God
    VB6/VC++ Enterprise Editions

  30. #30
    Registered User Lior's Avatar
    Join Date
    Jan 2000
    Posts
    307

    Well...

    Well...I've got only one thing to say 'bout Qbasic:

    Its OVER!!!!
    Like the DOS days are over too!

    Don't stay behind, its like watching a black-white TV!

    Switch now to VC++, the MOST powerful tool for Windows programming.

    Megatron, I just imagine myself if all of your knowledge in VB, would be the same level in VC++....you would worth a lot (A LOT!) of money.

    But who knows, maybe you DO program in VC++. Do you?

  31. #31
    Addicted Member
    Join Date
    May 2000
    Location
    Grand Rapids, MI
    Posts
    231
    Lior , you might be interested to know the VC++ compiler I belive actually requires a console to compile, Dos isnt dead, it's just hidden under the surface, the console is very useful and can perform task that are usally too slow to perform in windows, the loss of DOS makes WinME misserable, mainly because it makes it impossible to dualboot between other OSes(or set them up for that matter) makes it impossible for PartitionMagic 5 to "Reboot into DOS" so it can do some drive sentative changes, it makes it nearly impossible to repair your windowsME without dos when it craps up on you. In all the world of instability, DOS is the only thing that can still survive the torement (That , or you could just move over to linux ) QBasic (as this thread's topic) is still pretty fun, especially for first time programmers who cant go out and buy VC++ (or dont want to pirate it, or cant because they have crappy dialup modems)

    so before you say "IT's OVER!!" think to yourself, and actually see the number of people who use QB, or even Dos for that matter.

    Also DOS isnt a B/W TV, DOS is the controls on the front of your TV when your remote control explodes in your hands due to a General Fault Protection error.
    -Karl Blessing aka kb244{fastHACK}
    [email protected]

  32. #32
    Guest

    Re: Well...

    Originally posted by Lior
    Megatron, I just imagine myself if all of your knowledge in VB, would be the same level in VC++....you would worth a lot (A LOT!) of money.

    But who knows, maybe you DO program in VC++. Do you?
    Yes, I do some VC++ programming as well. Unfortunatley though, I don't think it's enough to get me a job. I have been trying to learn more for the past year or so, but I guess I'm just too lazy.

  33. #33
    Addicted Member Lemon Lime's Avatar
    Join Date
    Jul 2000
    Location
    Space, the final frontier, go along the yellow brick road,turn left then left again. In the service window, ask for the insane dude.
    Posts
    167

    as I remember

    dear lior,
    as far as i remember it, you are the biggest fan of the microsoft's disk operation system aka MS-DOS!!!

    dont tell me that u r not coz i saw you'r 500 mhz goes black screen with white letters like so:
    C:\Windows\Desktop>
    here we have a good example of black&white!!!

    PS:
    long time no seen!!!.
    & u didn't call me @wed after the game...
    nevero,.
    cya later.


    I've had enough with sainity!
    What's the use of it anyway?

  34. #34
    Guest

    Cool It's still better than Regular C++ or C

    I use C++ VERY rarely but often for learning it. QB is cool because when you compile, NO FILES need to be distributed.

    I use it occasionally, but VB has took over...

  35. #35
    Addicted Member Lemon Lime's Avatar
    Join Date
    Jul 2000
    Location
    Space, the final frontier, go along the yellow brick road,turn left then left again. In the service window, ask for the insane dude.
    Posts
    167
    dear Escaflowne.
    as far as i can tell, projects in qb4.5+ are complielble
    and you can produce STAND ALONE EXE!!!
    i dont know about c/c++ but in vb some DLLs are required to run standard EXEs.
    there is a program that removes this dependency, but it is a shareware so it saves the exe as "something evaluation something.exe"

    it's not so bad, but i didn't liked the idea.

    I've had enough with sainity!
    What's the use of it anyway?

  36. #36
    Fanatic Member
    Join Date
    Feb 2000
    Location
    Japan
    Posts
    840
    That's why I use VB less and less, and Powerbasic more and more.

    32bit windows stand alone exe is about 10-20k, also 32bit dlls (not the activex stuff)

    Pointers, registers, inline ASM, unsigned variables, 64bit integer support, free threading and optional C style null terminated strings are also a plus.

    don't know what more poeple don't use it... sometimes it's a bit more work than vb, especially in the GUI area and there is no OO but that doesn't bother me much.

    The IDE needs a bit of work but that's apparently got the priority in the next version.

    If you like QB you'd love powerbasic

    fast too, especially if you compare string functions

    Paul Dwyer
    Network Engineer
    Aussie In Tokyo

    Using Powerbasic 6 & VB6 SP4 (Please also add your VB Version to your signature!)

  37. #37
    Addicted Member
    Join Date
    May 2000
    Location
    Grand Rapids, MI
    Posts
    231
    C++ is standalone compilable, especially in dos, Qbasic can be statically linked (putting it's lib into the exe making it bigger, but you are still distributing the library) C++ will compile only the parts required to run the program, not the whole library like QB, also depending on the computer, C++ can go both ways, it mostly writes to itself only what it needs, but for like windows, someitmes, it will use for example the MFC dlls, to conserve space of the C++ program when someone wants to use Mircrosoft's C++ wrapper, most of the time, you can write a program in C++ and only need to distribute the exe, this is quite untrue of VB, and QB (because you jam it into the exe anywyas, you are still distributing it, it's jsut that it's not as big as a VB runtime, so it doesnt bother most of us)
    -Karl Blessing aka kb244{fastHACK}
    [email protected]

  38. #38
    Fanatic Member Kaverin's Avatar
    Join Date
    Oct 2000
    Posts
    930
    Yeah, I use QBasic 4.5 all the time. Especially if I need to hack something out really quick and can't be bothered with event driven stuff in VB, or I don't want to hang myself in C. I kept trying to make games for it though, and never got into anything complex, since graphics are a pain, and without graphics, a game can be boring unless it has a good story (like text RPGs). I did make Yahtzee with it though. I kept it in the original form that I wrote it because I like to look back and laugh at how sloppy (and yet functional) it was. And I loved the fact that when I got 4.5, I could get out of the old QB environment (back when DOS was a real OS hehe), and actually make a stand alone EXE. I picked up some C along the way (with QuickC 2.01 and TC++ for DOS), then VB (started with ver 3). Anyway.. *steps off the soapbox*

    [Edited by Kaverin on 10-17-2000 at 11:14 PM]
    I'm baaaack...
    VB5 Professional Edition, VC++ 6
    Using a 1 gHz Thunderbird, 256 mb RAM, 40 gb HD system with Win98se

    I feel special because I finally figured out how to loop midis: Post link
    I'm a fanatic too

  39. #39
    Addicted Member Lemon Lime's Avatar
    Join Date
    Jul 2000
    Location
    Space, the final frontier, go along the yellow brick road,turn left then left again. In the service window, ask for the insane dude.
    Posts
    167
    Dear kb244
    thanks for the information about qb and vb but i just wanted u to know that (you probably already know that) ASM has no other codes added to the EXE.
    i have had the MSDN 5 pro 'till few years and it was amazing using this tool to remove the VB dll requirments with.
    unfortunately, my hard drive formatted and the cd was lost at my friend home so now he bought me the vb5 pro only.
    I know that it is not so fair but i let him.
    anyway the developer network is *T*H*E* tool.
    as i heard, the vb7 would be in the only MSDN 7 version and nothing else.
    cy'a
    I've had enough with sainity!
    What's the use of it anyway?

  40. #40
    Guest
    I use QBASIC only now and then to test out simple logical arguments before I implement them in VB. I regard Qbasic to be far too slow to be of any use outside of hobby purposes. But its an excellent and quick way of experimenting with mathematical concepts without having to waste memory on the VB IDE when the project is still an idea in my head.

Page 1 of 2 12 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width