摘要:
#includeusing namespace std;int main(){char a[2]={7,3};char *p0=NULL,*p1=NULL;p0=&a[0];p1=&a[1];cout<<p0<<endl; cout<<p1<<endl;cout<<p0-p1<<endl;cout<... 阅读全文
posted @ 2014-09-27 23:26 widy 阅读(125) 评论(0) 推荐(0)
|
摘要:
#includeusing namespace std;int main(){char a[2]={7,3};char *p0=NULL,*p1=NULL;p0=&a[0];p1=&a[1];cout<<p0<<endl; cout<<p1<<endl;cout<<p0-p1<<endl;cout<... 阅读全文
posted @ 2014-09-27 23:26 widy 阅读(125) 评论(0) 推荐(0) |
||