[問題] 自定義度串列Iterator

作者: nova06091   2017-12-07 23:16:26
開發平台(Platform): (Ex: Win10, Linux, ...)
編譯器(Ex: GCC, clang, VC++...)+目標環境(跟開發平台不同的話需列出)
gcc
額外使用到的函數庫(Library Used): (Ex: OpenGL, ...)
問題(Question):
自定義的iterator用在複製建構子的時候無法正確運作
餵入的資料(Input):
預期的正確結果(Expected Output):
錯誤結果(Wrong Output):
程式碼(Code):(請善用置底文網頁, 記得排版)
https://repl.it/repls/AcrobaticUnwelcomeAegeancat
照著Horowitz的資結C++實作這個Iterator類別,194行可以正常使用但是在複製建構子卻不?
作者: stucode   2017-12-07 23:30:00
begin() 沒有 const 修飾不能在有 const 的 a 上面呼叫。194 行的 list 是 non-const 的。
作者: galic (嘎利)   2017-12-08 10:46:00
建議 編譯的時候把warning全開喔 有些"顯而易見"的問題編譯器都有幫你發現

Links booklink

Contact Us: admin [ a t ] ucptt.com