netbsd man page for operator

Query: operator

OS: netbsd

Section: 7

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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
drop_operator(7) - redhat
ng_tee(4) - debian
operator(7) - redhat
ng_tee(4) - opensolaris
ng_tee(4) - suse
Similar Topics in the Unix Linux Community
string comparison operators, what are they??
bitwise operators
sizeof an array of structure without using 'sizeof' operator
OR operator syntax question in AWK script
Newbie question: modulo operator with negative operand, bug or feature?
OSZAR »