- The Program performs basic operations [➕, ➖, ✖️, ➗, ∜, ∛...] using function pointers.
- First select an option for the operation.
- Then Enter two number to perform the operation.
- Then run :
./main
for unix or.\main.exe
for windows.- You can also build/run it with
CMake
.