# Windows-Calculator **Repository Path**: LEZA/Windows-Calculator ## Basic Information - **Project Name**: Windows-Calculator - **Description**: Windows下整数大数计算器。 - **Primary Language**: C++ - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-15 - **Last Updated**: 2022-09-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Windows-Calculator # Windows平台下的**整数大数计算器**练习 分别使用了Windows平台的UWP框架和Win32(Win APIs) ## WinAPI版本 [Cpp-BigInter](https://github.com/Lzeyuan/Windows-Calculator/tree/main/Cpp-BigInter) 是C++写的整数大数类 [Cpp-ExpressionTree](https://github.com/Lzeyuan/Windows-Calculator/tree/main/Cpp-ExpressionTree) 是C++写的表达式树 编译环境: Windows版本 2004(19041.572) VS2019版本 16.7.5 加装了WinUI2 ## UWP版本 ![UWP大数计算器](Images/UWP%E5%A4%A7%E6%95%B0%E8%AE%A1%E7%AE%97%E5%99%A8.png)