请教一类 Game 的 reference# Economics - 经济
n*d
1 楼
This code works! Is it said we could not take address of register variable?
int main() {
register int a;
int *p;
a = 8;
p = &a;
cout << "a=" << *p < } ///:~
int main() {
register int a;
int *p;
a = 8;
p = &a;
cout << "a=" << *p <