An adjustable translator from one programming language to another.
Nowadays tested as basic to c++ translator. The vocabulary contains some of QBasic Keywords.
See Web Site for more information.
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++)