星期四, 7月 02, 2009

two or more data types in declaration of "函數名" 錯誤

Q: 為什麼我的程式會出現 two or more data types in declaration of "函數名"

A: 如果你是 C/C++ 新手,有一種情況最容易出現這樣的錯誤,那就是在你的程式裡少了個 ";" 號。
可能在你的 header file 裡,也有可能在 program file 裡,最容易出錯的是 struct 或 class 結尾忘了加 ";"。

沒有留言: