首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > C++ >

eclipse+cygwin编译使报错:symbol 'NULL' could not be resolved解决方法

2012-03-14 
eclipse+cygwin编译使报错:symbol NULL could not be resolved同时报错的还有:tpye pthead_t could no

eclipse+cygwin编译使报错:symbol 'NULL' could not be resolved
同时报错的还有:tpye 'pthead_t' could not be resolved。
但是线程相关函数(如pthread_creat())却没有报错.请问为什么啊?

[解决办法]
那你相关的头文件能#include么
[解决办法]
贴所有代码 哦
[解决办法]
或者加个#include <stddef.h>

热点排行