上一页 1 ··· 151 152 153 154 155 156 157 158 159 ··· 207 下一页

2011年8月1日

C++符号优先级

摘要: PrecedenceOperatorDescriptionExampleAssociativity1()[]->.::++--Grouping operatorArray accessMember access from a pointerMember access from an objectScoping operatorPost-incrementPost-decrement(a + b) / 4;array[4] = 2;ptr->age = 34;obj.age = 34;Class::age = 2;for( i = 0; i < 10; i++ ) ...for 阅读全文

posted @ 2011-08-01 11:41 原来... 阅读(2203) 评论(0) 推荐(0) 编辑

上一页 1 ··· 151 152 153 154 155 156 157 158 159 ··· 207 下一页

导航