討論串[問題] 新手指標的問題
共 3 篇文章
首頁
上一頁
1
下一頁
尾頁
內容預覽:
開發平台(Platform): (Ex: VC++, GCC, Linux, ...). vc2005. 問題(Question):. 最近面是遇到一個問題,一個程式的輸出原本是*p表示. 想請問如果想用改成&P表示輸出的話,應該要使用到什麼觀念呢. (要往雙重指標方向思考嗎?). 謝謝. (不適合
(還有183個字)
內容預覽:
#include<stdio.h>. void SumofArray(int *a[],const int *length);. int main(){. int array[10][10]={0};. int m,n,length;. printf("Please input the length
(還有839個字)
首頁
上一頁
1
下一頁
尾頁