搜索资源列表
Calculator
- 利用MFC编写一个简单的四则运算器。 程序基于Dialog,用户提供2个操作数和一个操作符(+,—,*,/,); 程序进行计算并显示运算结果,显示结果的控件不接收用户输入。 -Using MFC to write a simple arithmetic device. Program based on Dialog, provide two operands and an operator (+,-,*,/,) program calculates and displays the
Calculator
- 用vc++实现了加、减、乘、除等简单的运算器功能,。-Achieved with the vc++ add, subtract, multiply, divide, etc. a simple calculator function.