討論串[問題] 指標疑問
共 2 篇文章
首頁
上一頁
1
下一頁
尾頁
內容預覽:
開發平台(Platform): (Ex: VC++, GCC, Linux, ...). VC++. 額外使用到的函數庫(Library Used): (Ex: OpenGL, ...). NO. 問題(Question):. 各位前輩好. 小弟新手一般是用C++. 這次碰到的書是用C來實作. 我對
(還有359個字)
內容預覽:
程式碼如下:. void f(int *p, int a[]). {. p = a;. cout<<"(f) "<<"p = "<<p<<" ,*p = "<<*(p)<<endl;. }. int main() {. int a[] = {1,3,5,7};. int *p = &a[1];. c
(還有350個字)
首頁
上一頁
1
下一頁
尾頁