码迷,mamicode.com
首页 > 其他好文 > 详细

VS 报cmath(19): error C2061: 语法错误: 标识符“acosf” 错误

时间:2014-09-04 18:48:49      阅读:6125      评论:0      收藏:0      [点我收藏+]

标签:os   io   文件   sp   c   ios   file   as   bs   

这是因为我在.c文件中用了

#include <iostream>

using namespace std;

这样编译的时候就报:

出现错误类型如下:
1>c:\program files (x86)\microsoft visual studio 10.0\vc\include\cmath(19): error C2061: 语法错误: 标识符“acosf”
1>c:\program files (x86)\microsoft visual studio 10.0\vc\include\cmath(19): error C2059: 语法错误:“;”
1>c:\program files (x86)\microsoft visual studio 10.0\vc\include\cmath(19): error C2061: 语法错误: 标识符“asinf”
1>c:\program files (x86)\microsoft visual studio 10.0\vc\include\cmath(19): error C2059: 语法错误:“;”
1>c:\program files (x86)\microsoft visual studio 10.0\vc\include\cmath(20): error C2061: 语法错误: 标识符“atanf”
1>c:\program files (x86)\microsoft visual studio 10.0\vc\include\cmath(20): error C2059: 语法错误:“;”
1>c:\program files (x86)\microsoft visual studio 10.0\vc\include\cmath(20): error C2061: 语法错误: 标识符“atan2f”
1>c:\program files (x86)\microsoft visual studio 10.0\vc\include\cmath(20): error C2059: 语法错误:“;”

 

解决方案是:

将.c后缀改为.cpp就可以了

VS 报cmath(19): error C2061: 语法错误: 标识符“acosf” 错误

标签:os   io   文件   sp   c   ios   file   as   bs   

原文地址:http://www.cnblogs.com/AI-Algorithms/p/3956645.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!