I know my problem is very easy, even for begginer but:
but i have to do it like this but i couldn'tCode:
int aa=2; int bb=3; double abd=aa^bb;
Code:
double aa=2.09; double bb=3.04; double abd=aa^bb;
What is the solition?Quote:
error: invalid operands of types `double' and `double' to binary `operator^'