Skip to content

sethcg/cpp-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++ Calculator

Description:

This is a C++ calculator, it does all the things a simple calculator should do including add, subtract, divide, multiply, and some additional features like decimal, delete, and percent buttons.


Demo:

Show

Features:

  • C++
  • CMake
  • wxWidget

Developer Notes:

# BUILD APPLICATION
cmake -DCMAKE_BUILD_TYPE=Debug -S. -Bbuild
cmake --build build -j

# RUN APPLICATION
start ./build/Debug/main.exe


The way of a fool is right in his own eyes, But a wise man is he who listens to counsel.

About

Simple C++ Calculator

Topics

Resources

Stars

Watchers

Forks