how could i translate this

Code:
    For temp = 1 To 8
        send(temp) = 2 ^ (temp - 1)
    Next temp
into C++...what is the ^ in C++, for the powers?
Thanks