operator(7) netbsd man page | unix.com

Man Page: operator

Operating Environment: netbsd

Section: 7

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

NAME
operator -- C and C++ operator precedence and associativity
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
SEE ALSO
iso646(3)
BSD
January 18, 2011 BSD
Related Man Pages
operator(7) - redhat
ng_tee(4) - opensolaris
ng_tee(4) - centos
ng_tee(4) - php
ng_tee(4) - suse
Similar Topics in the Unix Linux Community
How do I search for 2 strings (AND operator) ?
September 2008 Who's Who List and Smooth Operator Candidates
sizeof an array of structure without using 'sizeof' operator
Help with removal of spaces between operators and operands
Grep mutiple patterns with 'AND' operator