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
Auth0 for AI Agents now in GA
Connect your AI agents to apps and data more securely, give users control over the actions AI agents can perform and the data they can access, and enable human confirmation for critical agent actions.
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.