中国开发网: 论坛: 程序员情感CBD: 贴子 37636
fujianbin
显示每次都是“OK”
typedef struct tagBlock
{
int i;
}Block;

Block *p = NULL;
(int)p = -1;
if(&(p->i) == NULL)
{
ShowMessage("NULL");
return;
}

ShowMessage("OK");

相关信息:


欢迎光临本社区,您还没有登录,不能发贴子。请在 这里登录