Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
SourceCode | 2023-05-27 | ||
qmcalc-linux.bin-2.8.2-1.x86_64.rpm | 2023-05-28 | 9.3 MB | |
Totals: 2 Items | 9.3 MB | 0 |
mcalc text mode calculator code compiled using: DJGPP Version 2 qmcalc graphical interface to calculator compiled using: Visual Studio .NET DJGPP Compiler webpage: http://www.delorie.com/djgpp/ code text mode calculator mcalc was compiled using djgpp version 2 djgpp website: http://www.delorie.com/djgpp code for GUI of calculator was compiled using Visual Studio .NET To compile the source you will also need to install my C++ data structure files (cppds-4.3.tar.gz) which you can get from: http://www.cybernadian.net/software.html To compile and install type ./Install Modify the INSTALL_DIR variable in the Install script to suit your installation location preference. Modify the BROWSER_DIR variable in the Install script to suit your web browser preference. To remove and/or start a clean build type ./Remove Modify the INSTALL_DIR variable in the Install script to where the Qmcalc application was last installed. To run calculator using text data files type: mcalc -i <input file> -o <output file> To run calculator in interactive text mode type: mcalc To run calculator in interactive text console I/O mode type: mcalc -consoleio To run calculator in GUI mode type: qmcalc To access help type mcalc --help or type help on the interactive prompt after starting mcalc with no arguments. Click help button on calculator panel in GUI mode.