dat*_*ili 3 c++ pointers
假设我们有一个k等于7 的变量:
k
int k=7; int t=&k;
但这不起作用.怎么了?
Ofi*_*fir 7
你可能意味着:
int k=7; int *t=&k;
归档时间:
15 年,4 月 前
查看次数:
164 次
最近记录: