Skip to content

This is a SDL2 Calculator which displays accurate results for different operations and syntax errors are handled smoothly.

Notifications You must be signed in to change notification settings

ver1log/Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calculator Project

A minimal calculator written in C++

thumbnail

Build Requirements

  • A C++17 or newer compiler
  • Windows: Install MinGW as the compiler
  • Linux/macOS: Ensure g++ is installed
  • make must be installed for building

On linux to have the nessesary SDL2 libraries(debian based)

run in terminal

sudo apt update
sudo apt upgrade
sudo apt install libsdl2-dev libsdl2-ttf-dev

With Make installed

make 

run generated executable

cleanup, to get rid of executable and object files

make clean 

Additional information

All the dependecies are included, such as dynamically linked libraries and SDL2 source files

About

This is a SDL2 Calculator which displays accurate results for different operations and syntax errors are handled smoothly.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages