看板 C_and_CPP 關於我們 聯絡資訊
有個 subroutine叫four1 (這該超有名,numberical recipes上面的) http://www.theo3.physik.uni-stuttgart.de/lehre/ss05/pac2/sets/fft.c 想用C sharp呼叫之 若complier選C++ 就會呼叫失敗(根本進不去four1) complier選C就完全正常 請問為何會這樣呢 thx (complier是 VC 2005) -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 59.112.80.118
littleshan:因為 C++ 有 name mangling 呀! 05/11 22:08
LiloHuang:extern "C" {} 一下吧 05/11 22:12