base operand of '->' has non-pointer type 'const Comple


base operand of '->' has non-pointer type 'const Comple

->操作符前面的操作數類型不是指針類型

 

錯誤原因 

函數(&對象)

{
 對象名.成員     //正確方式

 對象名->成員     //編譯報錯  base operand of '->' has  non-pointer type .......

}

 

引用傳遞的參數應該理解為對象,而不是指針


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM