02 2016 档案

摘要:Value categories Three primary categories "primary categories" "mixed" "special" Each C++ expression (an operator with its operands, a literal, a vari 阅读全文
posted @ 2016-02-23 20:44 Wojoin 阅读(250) 评论(0) 推荐(0)
摘要:Main function A program shall contain a global function named main, which is the designated start of the program. argc Non negative value representing 阅读全文
posted @ 2016-02-23 20:43 Wojoin 阅读(272) 评论(0) 推荐(0)
摘要:Phases of translation 翻译阶段 The C++ source file is processed by the compiler as if the following phases take place, in this exact order: Phase 1 96个bas 阅读全文
posted @ 2016-02-23 20:42 Wojoin 阅读(276) 评论(0) 推荐(0)
摘要:Memory model "Byte" "Memory locatiion" "Thread and data races" "Memory order" Defines the semantics of computer memory storage for the purpose of the 阅读全文
posted @ 2016-02-01 17:35 Wojoin 阅读(205) 评论(0) 推荐(0)
摘要:Unqualified name lookup "File scope" "Namespace scope" For an qualified name, that is a name that does not appear to the right of a scope resolution o 阅读全文
posted @ 2016-02-01 17:32 Wojoin 阅读(308) 评论(0) 推荐(0)
摘要:Qualified name lookup "Qualified name lookup" "Enumerations" "Class members" "Namespace members" Unqualified identifiers(omitted) Besides suitably dec 阅读全文
posted @ 2016-02-01 17:28 Wojoin 阅读(278) 评论(0) 推荐(0)