摘要: http://en.cppreference.com/w/cpp/language/operator_precedenceThe following table lists the precedence and associativity of C++ operators. Operators are listed top to bottom, in descending precedence.PrecedenceOperatorDescriptionAssociativity1::Scope resolutionLeft-to-right2++ --Suffix/postfix increm 阅读全文
posted @ 2012-03-13 18:32 Jeffery-Zou 阅读(231) 评论(0) 推荐(0) 编辑