摘要:
*p++:先是用*p这个值,然后再使p的地址加1. #includeusing namespace std;int main(){ char s[81]="abcdefghijklmn"; char *p; p=s; while(*p++) //先判断*p是否为空,再将p的地址加1 coutusing namespace std;int ... 阅读全文
posted @ 2015-03-21 22:33
guangliang_98
阅读(660)
评论(0)
推荐(0)
浙公网安备 33010602011771号