Archive

Posts Tagged ‘Operators’

Code Issues specific to operators

September 9th, 2011 Comments off

An operator is a member that defines the meaning of applying a particular expression operator to instances of a class or structure. Three kinds of operators can be defined: unary operators, binary operators, and conversion operators. All operators have must be declared according to the language specification.

Read more…