Skip to content

TUI calculator written in C++ using FTXUI

License

Notifications You must be signed in to change notification settings

budchirp/calcplusplus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

calcplusplus

TUI calculator written in C++ using FTXUI

Stargazers Last commit Issues

💾 Getting started

Requirements

  1. C++ compiler
  2. CMake & Make

How to start?

  1. Clone the repo
git clone https://github.com/budchirp/calcplusplus && cd calcplusplus
  1. Compile the code
mkdir build && cd build
cmake .. && make -j$(nproc)

NOTE: If you're using fish, remove the $ sign.

  1. Have fun!
./calcplusplus

About

TUI calculator written in C++ using FTXUI

Topics

Resources

License

Stars

Watchers

Forks