s*******e 发帖数: 664 | 1 ☆─────────────────────────────────────☆
ilvch (From here to eternity) 于 (Thu Jun 18 17:49:47 2009, 美东) 提到:
class A {
public:
void foo(){};
};
int main()
{
A* a=0;
a->foo();
}
可以么?
☆─────────────────────────────────────☆
SETI (天青如水,飞龙在天) 于 (Thu Jun 18 17:56:43 2009, 美东) 提到:
不可以吧,编译能通过,但是运行时会出错。
☆─────────────────────────────────────☆
ilvch (From here to eternity) 于 (Thu Jun 18 18:10:01 2009, 美东) 提到:
我回答是因为没有this pointer
不过据说是compiler dependent, non standard
☆────────────────────── |
|