Porting QBasic to C

Please use this Board for QBasic related requests ( file research, programming, etc.)

Moderators:Administrator, Global Moderator

Post Reply
EvilTreeHugger
Porting QBasic to C

Post by EvilTreeHugger » Sat Dec 18, 2004 2:01 pm

My first programming language was QBasic. When I was young I created many trivial games and programs which are now featured on my website. The problem is that the QBasic compiler I used compiled the code to work on DOS platforms only. I would like my games to be usuable on Win32 platforms and Unix/Linux platforms. Is it possible to translate QBasic code to C or Java and are there any free tools for achieving this?

Conrad

www.eviltree.co.uk/programs

Dr_Davenstein
QBasic God
Posts:166
Joined:Tue Mar 25, 2003 12:45 am
Location:U.S.A.
Contact:

Post by Dr_Davenstein » Sat Dec 18, 2004 7:49 pm

If you want to use C or Java, you'll need to port them... which means that you need to learn the languages. :lol:


However, there is an alternative. GOTO http://forum.qbasicnews.com/ , register and click on the freeBasic forum. It's a QB syntax compatible win32 compiler. It's still in development, but very promising. Windows programming with the ease of BASIC syntax... It doesn't get much better than that! ;)
Come check out [url=http://www.freebasic.net/forum/index.php]FreeBASIC[/url]. The syntax is based on QuickBasic, but it expands to use pointers, operator overloading, etc... The list goes on and on!

Post Reply