论坛首页 编程语言技术论坛

c++函数内声名的指针类型需要初始化。。。。。。。。。

浏览 1843 次
精华帖 (0) :: 良好帖 (0) :: 新手帖 (0) :: 隐藏帖 (0)
作者 正文
   发表时间:2009-04-13  
C++
#include <iostream>
#include <time.h>
using namespace std;
int main()
{
    struct tm pp,*p = NULL;//如果这里不初始化,此时p不是NULL
    if(p == NULL)
    {
       cout<<"hello"<<endl;
     }
     system("PAUSE");
}
论坛首页 编程语言技术版

跳转论坛:
Global site tag (gtag.js) - Google Analytics