pdaliu - 2005-7-21 19:55:00
int main(int argc,char *agrv[])
{
int a[10][10];
int (*b)[10];
b=a;//这句去了就没事
system("pause");//或者除去这句也没事~
return 0;
}
瑞星17.36.30提示这是一个病毒(我是用DEV编译的!)
我机器已经全面查毒,没有病毒
pdaliu - 2005-7-21 20:49:00
用VC6编译没有问题用DEV-C++4.9.8.0编译就会说有毒
© 2000 - 2026 Rising Corp. Ltd.