This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
麻烦高手给看一下为什么会编译错误,谢谢啊
你好
能不能把错误信息贴出来
从截图来看,有个warning信息,请问clock_t 数据类型定义的是什么?
Thomas Yang 你好,不知道为什么不能给你回复,只能自己给自己回复试试,希望你能看到,clock_t是time.h中定义的。新建任何一个CCS工程的默认包含目录下都有time.h文件,vc中也有。错误信息:
没看到错误信息呀,out文件已经生成了。只是两个warning说明后面的程序没有使用t1与t2。
额,您的意思是,我不用管这个warning,是吗?可是我下面用到这两个变量了啊。。。