skip to main
|
skip to sidebar
OOP344
2010年2月8日星期一
Integer Array
a[5][4][3][2][1]
the pointer for this array ..in step is.
*(a[5][4][3][2]+1)
*(*(a[5][4][3]+2)+1)
*(*(*(a[5][4]+3)+2)+1)
*(*(*(*(a[5]+4)+3)+2)+1)
*(*(*(*(*(a+5)+4)+3)+2)+1)
没有评论:
发表评论
较新的博文
较早的博文
主页
订阅:
博文评论 (Atom)
关注者
博客归档
▼
2010
(7)
▼
二月
(3)
A simple file copy program
pointer to function and flush for input
Integer Array
►
一月
(4)
►
2009
(2)
►
十一月
(1)
►
九月
(1)
我的简介
shun yao zhang
查看我的完整个人资料
没有评论:
发表评论