home *** CD-ROM | disk | FTP | other *** search
-
- This archive is the CalcPlus Class Library source code.
- Library contains interpreter of simple procedure language
- which can be accessed from C++. YACC required. For details
- refer to file calcplus.txt.
-
- 1) Installation. DOS: pkunzip calcplus.zip
- UNIX: unzip -a -L calcplus.zip
-
- 2) Building interpreter. DOS: have a look at the file calc.mak
- UNIX: make -f gcalc.mak
-
- 3) Running examples. calc example
- calc pi [Number of iterations]
- calc prime [Upper limit]
-
-
-