This is calculator of project detail
![](assets/img/project/calculate.png)
![](assets/img/project/calculator1.png)
![](assets/img/project/calculator2.png)
Project information
- Project: calculator
- Program: C#
- Function: four fundamental operations of arithmetic, brackets, power, decimal point and remainder
- Responsibilities: Program Design, User Interface Design
Combine the infix to postix and stack, queue structure learned from Data Structure to implement four fundamental operations of arithmetic. Besides, add brackets, power, decimal point and remainder function by using class and operation overloading to realize.