c 語言 error: expected ';', ',' or ')' before '&' token

問題:c++ 編譯的時候報:error: expected ';', ',' or ')' before '&' token函數 緣由:指針 C語言中是不存在引用的,也就是說C語言中&表示的不是引用,僅僅是取地址符。token 解決:編譯 第一種:用指針來取代引用,在主函數中傳進地址引用 第二種:將代碼保存成.cpp文件(c++中支持引用)error
相關文章
相關標籤/搜索