详细报错信息:
‘gettimeofday’ was not declared in this scope xxx.cpp
在引用time.h的时候,要引用sys下的time.h:
一开始引用的time.h:
#include <time.h>
应改成引用sys/time.h:
#include <sys/time.h>
详细报错信息:
‘gettimeofday’ was not declared in this scope xxx.cpp
在引用time.h的时候,要引用sys下的time.h:
一开始引用的time.h:
#include <time.h>
应改成引用sys/time.h:
#include <sys/time.h>
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。