Talk:Operators in C and C++: Difference between revisions

Content deleted Content added
SineBot (talk | contribs)
m Signing comment by 129.69.39.34 - "exponentiation operator?: "
Line 10:
 
 
There is no exponentiation operator in c++ because ^ and the other usual ones are taken. One needs to use the function pow(BASE,EXPONENT). <span style="font-size: smaller;" class="autosigned">— Preceding [[Wikipedia:Signatures|unsigned]] comment added by [[Special:Contributions/129.69.39.34|129.69.39.34]] ([[User talk:129.69.39.34|talk]]) 09:46, 19 February 2014 (UTC)</span><!-- Template:Unsigned IP --> <!--Autosigned by SineBot-->
 
==Prototypes==