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
Your top-rated shield against malware and online scams | Avast Free Antivirus
Our antivirus software scans for security and performance issues and helps you to fix them instantly. It also protects you in real time by analyzing unknown files before they reach your desktop PC or laptop — all for free.
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.