2010年6月11日

C 中指针数组

摘要: #includetypedef unsigned short wchar_t;int main(){int c[3][2]={{1,2},{3,4},{5,6}}; //这是定义一个多维的数组int *a[3] ; //这是定义一个指针数组wchar_t *p = L"hello"; a[0] =... 阅读全文

posted @ 2010-06-11 11:33 画一个圆圈 阅读(144) 评论(0) 推荐(0)

导航