- 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 :
./mainfor unix or.\main.exefor windows.- You can also build/run it with
CMake.