Skip to content

msio808/basic-calc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic Calculator in C.

How it works?

  • The Program performs basic operations [➕, ➖, ✖️, ➗, ∜, ∛...] using function pointers.

Usage :

  • First select an option for the operation.
  • Then Enter two number to perform the operation.

To run the code

  • gcc main.c -o main -lm -Wall -Werror -Wextra

  • Then run : ./main for unix or .\main.exe for windows.
  • You can also build/run it with CMake .

Releases

No releases published

Packages

No packages published