C 和 C++ 混合代碼 cmath編譯出錯

來源:互聯網
上載者:User

標籤:

最近在網上下載了 Triangle 庫,準備在程式中調用來三角化產生網格,但出現了很多錯誤,如下:

1>  triangle.c
1>d:\program files\visualstudio2010\vc\include\cmath(19): error C2061: 語法錯誤: 標識符“acosf”
1>d:\program files\visualstudio2010\vc\include\cmath(19): error C2059: 語法錯誤:“;”
1>d:\program files\visualstudio2010\vc\include\cmath(19): error C2061: 語法錯誤: 標識符“asinf”
1>d:\program files\visualstudio2010\vc\include\cmath(19): error C2059: 語法錯誤:“;”
1>d:\program files\visualstudio2010\vc\include\cmath(20): error C2061: 語法錯誤: 標識符“atanf”
1>d:\program files\visualstudio2010\vc\include\cmath(20): error C2059: 語法錯誤:“;”
1>d:\program files\visualstudio2010\vc\include\cmath(20): error C2061: 語法錯誤: 標識符“atan2f”
1>d:\program files\visualstudio2010\vc\include\cmath(20): error C2059: 語法錯誤:“;”

………..

由於我使用的是VS2010,用 C++ 寫的程式,而Triangle庫是用 C 語言寫的,問題可能出在這。百度下這個錯誤,在自古英雄誰無淚的部落格中找到瞭解決辦法,更多請參考歆悰的博文和stackoverflow的ms vc++ iostream compile error。

項目 ––> 屬性 ––> 配置屬性 ––> C/C++ ––> 進階 ––> 編譯為 ––> 編譯為C++代碼

 

另外該博文的原作歆悰的心得很有道理,故放在這裡同時告誡自己!

心得:

所有跟C++相關的語句均報錯,應該能夠想得到是環境的問題,不善于思考了,唉。

代碼沒問題,肯定是環境的問題。

搜尋英文的解決方案比較靠譜和專業,中文的回複太多垃圾。

C 和 C++ 混合代碼 cmath編譯出錯

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.