每個的Variable名字都必須以* 開頭。. 來看一個小例子:. c++. 1. 2. int *ip1, ip2; //ip1 是指向int 型對象的Pointer, ip2 是個int 型對象。. double dp1, *dp2; ...
確定! 回上一頁