Introduction:

     This program is intended to help convert VAX-BASIC programs into C++.
     It is meant as a helper program, and not a complete translator. There
     will still be a lot of hand editing of the source, but this translates
     it much of the way. (It can also handle many RSTS/E Basic+2 programs)

     I've developed this program for my own entertainment, and have happily
     used its output as a starting point in my own work. It usually takes a
     lot of editing to get something useful, but it's often easier than
     starting from scratch. This program is really just a toy for me to
     play with, so please don't expect production quality code herin.

     NOTE: If you need a complete BASIC to C translator, as well as the
     necessary VMS libraries, there are two companies that sell them. These
     are Accelr8 and Sector 7. There may also be others, but these are the
     ones I currently know about.

Anyone who makes inprovements to this program or to the libraries, please
send me a copy Kevin Handy <kth@srv.net>

Home Page <http://srv.net/~kth>

Last updated: 07/13/1997