tags:

views:

22

answers:

0

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?