Re: Is this forum for me?
http://www.vbforums.com/attachment.p...chmentid=47052
We have an Other Basic forum - you can probably get your question answered there
Re: Is this forum for me?
wdc, I would say that in a way YES this is the forum for you...if you're willing to learn VB that is. VB is a great stepping stone up from QBasic (and QB was my previous language before I got the hang of VB :-))...a lot of VB commands mirror exactly the commands in QB, and once you get used to the fact that there's no command line output so you can't PRINT stuff like in QB it's usually easy enough to get the hang of it.
And if you still want to use QBasic and don't get your question answered in the other forum, try usenet as there's a few QBasic and BASIC discussion groups there...just go to http://groups.google.com :-)
Re: Is this forum for me?
I suggest finding another forum for your QBasic questions as there aren't that many people in the Other Basic forum.
Or better yet, learn VB!
Re: Is this forum for me?
Re: Is this forum for me?
You might want to take a look at FreeBASIC compiler: it is mostly compatible with QBasic yet it is very powerful and has very useful additions to the language (bitshifting and pointers to name a few). It can compile programs to Windows, DOS and Linux. They also have nice support forums.
And as the name stands: it is free.