各位大虾求救啊,小弟初学C++,编译时报错error C2039: 'clock_t' : is not a member of 'std' 10

classstopwatch{public://stopwatch():start(clock()){}//startcountingtimestopwatch():st... class stopwatch
{
public:
//stopwatch() : start(clock()){} //start counting time
stopwatch() : start(std::clock()){} //start counting time
~stopwatch();
double get_time()
{
clock_t total = clock()-start;;
return double(total)/CLOCKS_PER_SEC;
};
private:
std::clock_t start; 就是这里错了!!!!!!!!
//clock_t start;
};
stopwatch::~stopwatch()
{
clock_t total = clock()-start; //get elapsed time
cout<<"Time(secs): "<<double(total)/CLOCKS_PER_SEC<<endl;
}
展开
 我来答
北纬贰拾伍dr
2011-05-17 · TA获得超过165个赞
知道小有建树答主
回答量:228
采纳率:0%
帮助的人:176万
展开全部
去掉std::试试
追问
去掉以后
stopwatch() : start(std::clock()){} //start counting time这里报错
追答
我编译一下试试 等等 你报的错误 发出来看看
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 1条折叠回答
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式