Skip to content

terellison/swe-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calculator

Calculator I created as part of Software Engineering at Full Sail University. Uses WxWidgets GUI library

Demonstration of the Calculator evaluating 2 times 2

Build & run

Pre-requisites

Build

From the terminal of your choice, run:

# This example uses Unix Makefiles as the generator. Use the build command for the generator you specified in CMakeUserPresets.json

cd ./Calculator
cmake --preset=default -S . -B ./build/
cd ./build
make 

About

Calculator I made using wxWidgets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published