https://github.com/mr-ojii/cui-calclator
https://github.com/mr-ojii/cui-calclator
calculator calculator-application
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mr-ojii/cui-calclator
- Owner: Mr-Ojii
- License: unlicense
- Created: 2021-12-27T15:15:19.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-10-08T14:41:28.000Z (over 1 year ago)
- Last Synced: 2023-10-08T16:09:52.344Z (over 1 year ago)
- Topics: calculator, calculator-application
- Language: C
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# CUI-Calclator
CUIで動く簡易的な電卓です。
1年前の私が、Linux上で動かす用に書いたものを、少しリファクタリングしたり、Windowsに対応させたりしたものです。## 概要
+ 括弧
+ 四則演算
+ 剰余
+ 累乗に対応しているはずです。
カーソル移動はできません。
バグだらけ?## 開発環境(動作確認環境)
* Windows 11(Ver.21H2) (x64)
+ Command Prompt + MinGW
+ Ubuntu 20.04 LTS(WSL) + gcc## ビルド方法
GitHub Actionsのワークフローを御覧ください。