| ||||||||||
| Online Judge | Problem Set | Authors | Online Contests | User | ||||||
|---|---|---|---|---|---|---|---|---|---|---|
| Web Board Home Page F.A.Qs Statistical Charts | Current Contest Past Contests Scheduled Contests Award Contest | |||||||||
请教一个C语言的基本问题,不想回去看书了,哪位帮解答一下以二维数组(double型) A[row][col]做实参,在子函数中的形参能否写成:
void func(int nrow, int ncol, double **B) {
int i,j;
B[i][j]能否表示A[i][j]??
}
Followed by:
Post your reply here: |
All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator