I want to make a 3 ^ 2 = pow(3, 2) but it's giving me a "undefined reference to 'pow'". I've already added math to the headers too.
Do I have to define the operation myself?
I want to make a 3 ^ 2 = pow(3, 2) but it's giving me a "undefined reference to 'pow'". I've already added math to the headers too.
Do I have to define the operation myself?