C++自修入門實境秀、C++ Primer 5版研讀秀 6/ 頁57-Understanding Compound Type Declarati...





頁57 1:45

2.3.3. Understanding Compound Type Declarations 2.3.3了解複合型別之宣告

declatator宣告的元素/元件/部分/組成(宣告器、宣告子)7:35

宣告(declaration)和定義(definition)的不同



12:00 int i=1024,*p=&i,&r=i;

15:00

modification異動(變異、改動)、調動

modifier的動詞(修飾、備註、說明、指定、限定…)

17:07 27:44

Defining Multiple Variables

同時定義諸多(個,不同型別的)變數37:12

多重定義組合成的宣告



pointer or reference type 40:10

可見pointer 和 reference 都是type,只是不是base type,是 compound type



adjacent to the identifier:

就是

with the variable name.

原來也在作文抽換字面 59:00



type modifier型別修飾詞

還有

access modifier 存取修飾詞



斷句 九陽神功第1招

25:00 33:00中文、英文都是語文,一文學好,啥文無礙

We say that this definition might be misleading because it suggests that int* is the type of each variable declared in that statement.(C++ Pirmer ,p.57(中文版))



56:00影音又不同步了!

Visual Studio會auto format自動格式化 將asterisk星號靠攏型別

留言

熱門文章