What freeware IDE is available other than Visual Basic?

Is there any freeware QBASIC compatible IDE for BASIC?

link|improve this question

3  
Is QBasic really the same than VisualBasic? The last time I checked they were very different. – Daniel Feb 13 '11 at 14:42
1  
They are very different. VB can't handle QB files. It may open them, but it won't be able to compile/support them. – davemackey Apr 23 '11 at 2:23
feedback

2 Answers

There are a number of free Basic compilers out there, but the compatibility with QBasic may be limited:

http://www.thefreecountry.com/compilers/basic.shtml

See also:

http://en.wikipedia.org/wiki/QuickBASIC

link|improve this answer
feedback

I'd recommend looking at FreeBasic and FbEdit. It is largely QuickBasic compatible and FbEdit provides a nice Windows based IDE. There is also QB64, but I'm not aware of any slick IDE's for that one.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.