当前位置:首页 > c

c

c++运算符优先级

webgou16年前 (2010-07-15)88
1 :: 左 2 . -˃ [] () 左 3 ++ -- ~ ! - + & * () sizeof new delete castname_cast 单目操作符 右 ...…