I know my problem is very easy, even for begginer but:
but i have to do it like this but i couldn'tQt Code:
int aa=2; int bb=3; double abd=aa^bb;To copy to clipboard, switch view to plain text mode
Qt Code:
double aa=2.09; double bb=3.04; double abd=aa^bb;To copy to clipboard, switch view to plain text modeWhat is the solition?error: invalid operands of types `double' and `double' to binary `operator^'
Bookmarks