Jan 18, 2009

int* p=0;// the value of the p is 0, not the value of *p is 0

int* p=0;// the value of the p is 0, not the value of *p is 0

No comments:

Post a Comment