Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic Calc

This calculator app is a simple project created to test the custom functions guiIntBox() and guiFloatBox() that i added to raygui.h. The app provides a basic graphical user interface that allows users to perform addition, subtraction, multiplication, and division operations.

Update

This app can now be found in examples folder of raygui.h library.

Functionality

  • Addition: Enter two numbers and click the "+" button to get the result.
  • Subtraction: Enter two numbers and click the "-" button to get the result.
  • Multiplication: Enter two numbers and click the "*" button to get the result.
  • Division: Enter two numbers (numerator and denominator) and click the "/" button to get the result.

How to build

  1. Clone this repo
git clone https://github.com/Z0RIK/calc.git
  1. Create and enter build directory:
cd calc
mkdir build
cd build
  1. Configure and build the project:
cmake -S ..
cmake --build . 

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages