文件名称:Calculator
介绍说明--下载内容均来自于网络,请自行研究使用
带有工厂模式的计算器C++实现代码。有助于对工厂模式不理解的同学学习。同时也能提升对工厂模式的使用。-
C calculator with a factory model to achieve the code to help students do not understand the factory model. But also to enhance the use of the factory model
C calculator with a factory model to achieve the code to help students do not understand the factory model. But also to enhance the use of the factory model
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Calculator\Calculate.cpp
..........\Calculate.h
..........\Calculator.cpp
..........\Calculator.sln
..........\Calculator.suo
..........\Calculator.vcxproj
..........\Calculator.vcxproj.filters
..........\Calculator.vcxproj.user
..........\CheckExpressionLeaglity.cpp
..........\CheckExpressionLeaglity.h
..........\ClassFactory.cpp
..........\ClassFactory.h
..........\Debug
..........\Description.h
..........\ElementCreatorBase.cpp
..........\ElementCreatorBase.h
..........\interface.h
..........\.pch\calculator-c6c0d172\calculator-3b1bb36.ipch
..........\....\calculator-c6c0d172
..........\ipch
..........\Mod.cpp
..........\Mod.h
..........\MyExpression.cpp
..........\MyExpression.h
..........\OperandBase.cpp
..........\OperandBase.h
..........\OperatorBase.cpp
..........\OperatorBase.h
..........\ReadMe.txt
..........\stdafx.cpp
..........\stdafx.h
..........\targetver.h
Calculator