April 2013
Intermediate to advanced
1700 pages
92h 51m
English
You’ve seen the + and - tokens being used for binary addition and subtraction already, but they can also be used in a unary context, with one operand. In that setting, they are used—not surprisingly—for unary plus and minus:
int x = 42;int y = -x;
Read now
Unlock full access