operator(7) freebsd man page | unix.com

Man Page: operator

Operating Environment: freebsd

Section: 7

OPERATOR(7)					       BSD Miscellaneous Information Manual					       OPERATOR(7)

NAME
operator -- C and C++ operator precedence and order of evaluation
DESCRIPTION
Operator Associativity -------- ------------- () [] -> . left to right ! ~ ++ -- - (type) * & sizeof new delete right to left ->* .* left to right * / % left to right + - left to right << >> left to right < <= > >= left to right == != left to right & left to right ^ left to right | left to right && left to right || left to right ?: right to left = += -= *= /= %= <<= >>= &= ^= |= throw right to left ?: (C++, third operand) right to left , left to right
FILES
/usr/share/misc/operator
BSD
April 8, 2009 BSD
Related Man Pages
ng_tee(4) - debian
operator(7) - redhat
ng_tee(4) - redhat
ng_tee(4) - centos
ng_tee(4) - minix
Similar Topics in the Unix Linux Community
How do I search for 2 strings (AND operator) ?
string comparison operators, what are they??
June 2008 Who's Who List and Smooth Operator Candidates
Help with removal of spaces between operators and operands
BC calculation for floating (invalid arithmetic operator )