

InterviewSolution
Saved Bookmarks
1. |
Solve : problem with qbasic...,? |
Answer» <html><body><p>First sorry for my bad english,<br/>can somebody help me with Qbasic içan <a href="https://interviewquestions.tuteehub.com/tag/compile-925727" style="font-weight:bold;" target="_blank" title="Click to know more about COMPILE">COMPILE</a> my bas <a href="https://interviewquestions.tuteehub.com/tag/file-11330" style="font-weight:bold;" target="_blank" title="Click to know more about FILE">FILE</a> to exe...QBasic is not a compiler; it is an <a href="https://interviewquestions.tuteehub.com/tag/interpreter-11572" style="font-weight:bold;" target="_blank" title="Click to know more about INTERPRETER">INTERPRETER</a>; there is a full compiler called Quickbasic (which you had to pay for, you can get it on Ebay etc); unfortunately many <a href="https://interviewquestions.tuteehub.com/tag/people-238015" style="font-weight:bold;" target="_blank" title="Click to know more about PEOPLE">PEOPLE</a> get these 2 confused ; you can run a Qbasic .bas program thus: qbasic /run yourprogram.bas<br/> <br/><br/></p></body></html> | |