c++ QT 数据结构 栈计算器

时间:2022-04-29 03:59:57
【文件属性】:

文件名称:c++ QT 数据结构 栈计算器

文件大小:8KB

文件格式:RAR

更新时间:2022-04-29 03:59:57

c++ 数据结构 计算器 栈 QT

数据结构栈作业,基于顺序栈的计算器,使用C++编写逻辑,QT制作ui


【文件预览】:
Calculator
----calculator.h(536B)
----calculator.cpp(4KB)
----mainwindow.cpp(6KB)
----mainwindow.h(1KB)
----Calculator.pro.user(43KB)
----main.cpp(209B)
----Calculator.pro(1KB)
----mainwindow.ui(17KB)

网友评论

  • 没有办法进行负数运算,算9*(8-9)的问题也不行,会算错。没有注释。其他方面还行。