20.7.13

C++ loadable and non-over loadable Operators


Over loadable/Non-over loadable  Operators:

Following is the list of operators which can be overloaded:
+-*/%^
&|~!,=
<><=>=++--
<<>>==!=&&||
+=-=/=%=^=&=
|=*=<<=>>=[]()
->->*newnew []deletedelete []
Following is the list of operators which can not be overloaded:
::.*.?:

No comments:

Post a Comment

Comment Here