The languages may be different, but I think it can be done. It uses Windows API calls to get functions accomplished. It isn't a large source file -- only about 215 KB -- and it compiles using MASM.
Paul --- In [email protected], Thomas Hruska <thru...@...> wrote: > > Paul wrote: > > Is there an easy way to convert MINI-BASIC on over to C/C++? MINI-BASIC is > > a Tiny BASIC interpreter written in assembly language (MASM). It has 26 > > variables and 1 array (denoted by an @(I) symbol). It uses simple BASIC > > commands such as PRINT, GOTO, GOSUB, IF and RUN. > > > > The Yahoo Group for MINI-BASIC is here: > > > > http://tech.groups.yahoo.com/group/minibasic/ > > > > Paul > > You are probably going to find it a lot easier (and perhaps more > rewarding) to just redo the project from scratch in C/C++. I don't know > why but BASIC programmers seem to want BASIC in C when they first > arrive. But you aren't alone. I started out in BASIC too many years > ago and wanted BASIC in C. The two languages are quite different :) > > -- > Thomas Hruska > CubicleSoft President > Ph: 517-803-4197 > > *NEW* MyTaskFocus 1.1 > Get on task. Stay on task. > > http://www.CubicleSoft.com/MyTaskFocus/ >
