[quote:4mia8x59]If I knock off the extra '*', wouldn't that just denote simple multiplication rather than exponentiation? Thanks for the reply.

[/quote]
your right! It would be more like PI * (rad * rad)
What your saying is PI * rad* * 2; not right because the complier thinks its a *p=pointer
