
C++
文章平均质量分 81
lucky_06
软件,华南理工,游戏
展开
-
C++ 运算符优先级列表
The operators at the top of this list are evaluated first.PrecedenceOperatorDescriptionExampleAssociativity1::Scoping operatorClass::age = 2;none2() [] -> . ++原创 2008-05-08 00:44:00 · 507 阅读 · 0 评论 -
C++ sizeof 使用规则及陷阱分析
1、什么是sizeof 首先看一下sizeof在msdn上的定义: The sizeof keyword gives the amount of storage, in bytes, associated with a variable or a type (including aggregate types). This keyword returns a value of type s转载 2008-05-11 16:49:00 · 574 阅读 · 0 评论