VC常見錯誤代碼

  1. function call missing argument list       調用函數的時候沒有給參數。
  2. member function definition looks like a ctor, but name does not match enclosing class     成員函數聲明瞭但沒有使用
  3. unexpected end of file while looking for precompiled header directive   在尋找預編譯頭文件時文件意外結束,編譯不正常終止可能造成這種情況
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章