討論串[問題] 怎樣把二維陣列傳給另一個function
共 6 篇文章
首頁
上一頁
1
2
下一頁
尾頁

推噓4(4推 0噓 3→)留言7則,0人參與, 最新作者y2jj (.)時間16年前 (2009/03/14 18:07), 編輯資訊
0
0
0
內容預覽:
#include <stdio.h>. #include <stdlib.h>. int x,y;. void sub(int b[x][y]){. …. }. void main(){. printf("x:");scanf("%d",&x);. printf("y:");scanf("%d",&
(還有31個字)
首頁
上一頁
1
2
下一頁
尾頁