reverse polish calculator 源码
反向波兰计算器 安装说明:(适用于Windows) 从bin文件夹下载main.exe文件。 打开命令提示符,然后将您的工作目录定位到main.exe的保存目录。 使用命令main并使用该应用程序。 在您的计算机中创建可执行文件的说明:(Windows) 1.使用目标代码(要求:已安装gnu编译器) i. Download main.o, stack.o, getch.o and getop.o files from bin folder. ii. Open command prompt and loacte your working directory to the directory where these are saved. iii. Use command ```g++ -o main stack.o getch.o getop.o main.o``` to get
文件列表
reverse-polish-calculator-main.zip
(预估有个12文件)
reverse-polish-calculator-main
makeFile
306B
getch.cpp
434B
main.cpp
1KB
getop.cpp
736B
README.md
1KB
calc.h
103B
stack.cpp
544B
bin
main.exe
30KB
暂无评论