- 博客(1)
- 收藏
- 关注
原创 C/C++
[code="C"][/code] /*指针实现M*N数组array[M][N]的练习 *指针*p实现 *指针数组*q[N]实现 *array实现 */ #include #define M 5 #define N 6 int main() { int array[M][N]; int cout=1; int *p,*q[N]...
2012-12-31 20:55:41
57
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅