给int* p赋值和地址 !
mfc吧
全部回复
仅看楼主
level 1
幻梦_1988 楼主
int i=4;
int* p;
请把i的地址和值赋给p !!
求助
2013年01月17日 14点01分 1
level 1
p=&i;
2013年01月19日 03点01分 2
1