A console application that "translates" a given .bas of QBasic code. It produces a .cpp file written in C++ that does the exact same thing as the QBasic program. This could be the beginnings of a multi-language code converter. (Written in C++)
Categories
Code ConvertersFollow QBasic to C++ translator
Other Useful Business Software
MyQ Print Management Software
Boost your digital or traditional workplace with MyQ’s secure print and scan solutions that respect your time and help you focus on what you do best.
Rate This Project
Login To Rate This Project
User Reviews
-
It virtually doesn't translate anything. Just the syntax FOR, IF, DO... get translated, the rest just gets included as it was. And it includes some unknown QBasic.h file. Seem like it is intended more like it tries to use an QBASIC interpreter instead of compiler.