Dragonball Universe
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Operators and operator overloading

Go down

Operators and operator overloading Empty Operators and operator overloading

Post  meodingu Tue Jan 11, 2011 4:12 pm




Operators and operator overloading

C++ provides more than 35 operators, covering basic arithmetic, bit manipulation, indirection, comparisons, logical operations and others. Almost all operators can be overloaded for user-defined types, with a few notable exceptions such as member access (. and .*). The rich set of overloadable operators is central to using C++ as a domain specific language. The overloadable operators are also an essential part of many advanced C++ programming techniques, such as smart pointers. Overloading an operator does not change the precedence of calculations involving the operator, nor does it change the number of operands that the operator uses (any operand may however be ignored by the operator, though it will be evaluated prior to execution). Overloaded "&&" and "||" operators lose their short-circuit evaluation property.home party plan
55 homes for sale
meodingu
meodingu
Member
Member

Number of posts : 307
Registration date : 2010-09-28

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum