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
Enterprise-grade ITSM, for every business
Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
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.