假设我有两个指针:
int *a = something; int *b = something;
如果我想比较它们并看它们是否指向同一个地方(a == b)工作?
c++ pointers
c++ ×1
pointers ×1