Skip to content

Kashumy/Cpp-Terminal-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cpp-Terminal-Calculator

C++ Terminal Calculator with console graphic in cpp

1 open terminal type

git clone https://github.com/Kashumy/Cpp-Terminal-Calculator.git 

if you don't have git

on linux terminal

pkg install git

2 type on linux terminal

cd Cpp-Terminal-Calculator

3 if you want to edit code type

nano Calculator.cpp

4 compile

  1. install clang
pkg install clang
  1. type clang++ Calculator.cpp -o Calculator
  2. Type ./Calculator
  3. And done

About

C++ Terminal Calculator with console graphic in cpp

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages