but, the code inside could be compiled,李大牙:)

回答: 在來一個 easy one:戲雨飛鷹2009-01-07 19:16:59

int main(int argc, char* argv[])
{
char ch='f';
char const *pr=&ch;
ch='b';
pr=&ch;
cout
system("PAUSE");

return 0;
}

*****
note: I did change the value of the variable ch.

所有跟帖: 

我瞎猜啊---可能跟方言有關。我剛用MFC兩種都無法編譯。 -LiYouCai- 給 LiYouCai 發送悄悄話 LiYouCai 的博客首頁 (0 bytes) () 01/07/2009 postreply 20:03:11

看來兩位老李是對的。實踐證明: -戲雨飛鷹- 給 戲雨飛鷹 發送悄悄話 戲雨飛鷹 的博客首頁 (82 bytes) () 01/07/2009 postreply 20:15:52

請您先登陸,再發跟帖!