spamdos
New Member
okay so im relatively new to c++ and i have created a few simple programs but i am stumped. i want to raise a number to the power of another number. but the ^ button will not let me do this all i have figured out is to square a number any help?
result=first^second; wont let me use the ^ operation
result=first^second; wont let me use the ^ operation