issues
search
Arsenic-ATG
/
Qt-calculator
A simple GUI calculator🧮 built using C++
MIT License
63
stars
52
forks
source link
Bug fixed unrecognized symbols
#37
Closed
ofekkr1
closed
1 year ago
ofekkr1
commented
1 year ago
Fixed a bug where all the mathematical functions were not recognized by the compiler. This was solved by adding
#include<math.h>
at the start of the header file.
Moved all the includes and difines to the header file.
at the start of the header file.