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
Keep company data safe with Chrome Enterprise
Make AI work your way with Chrome Enterprise. Block unapproved sites and set custom data controls that align with your company's policies.
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.