→ bibo9901: a+b 的意思是 a.operator+(b) 所以無法接兩個參數 05/31 19:49
痾 看得懂邏輯,不過不太懂你意思
意思是不能用 temp=a+b 這樣嗎?
只能用a+b;(a存結果)的意思嗎?
※ 編輯: hunandy14 (120.117.72.133), 05/31/2016 20:20:23
推 LPH66: 不是, 是你的函數只需要吃一個參數, 另一個參數是 *this 05/31 20:42
是這個樣子嗎,還是有錯誤,還有哪裡漏掉了嗎
https://goo.gl/ZTU34r
※ 編輯: hunandy14 (120.117.72.133), 05/31/2016 21:14:51
→ bibo9901: 是 frac<T1> frac<T1>::operator+(...) 05/31 21:49
是說82行嗎~還是不行QQ
error.cpp:82:1: error: 'frac<T1>::frac' names the constructor, not the type
frac<T1>::frac<T1> operator+(const frac &b){
^
error.cpp:82:1: error: and 'frac<T1>' has no template constructors
[Finished in 0.2s with exit code 1]
※ 編輯: hunandy14 (114.35.139.127), 05/31/2016 23:04:30
推 CaptainH: 連照抄都抄錯- - 仔細看::的位置 05/31 23:34
天啊~真的耶,眼殘了QQ 不好意思,感謝您的眼睛~~~~
這次我乖乖複製了,完成了做出來了~~~~~~
開心~謝謝你們~完成的程式碼:https://goo.gl/4vk64q
※ 編輯: hunandy14 (114.35.139.127), 06/01/2016 00:10:35
推 bibo9901: XD 可是你實作裡怎麼又指定 frac<double> ?? 06/01 01:08
→ bibo9901: 照理說不是應該是 frac<T1> 嗎 06/01 01:08
ㄚㄚ我後來繼續完成後面的功能有發現,怪怪的XDD有修正了
貼的時候還沒發現~感謝您的提醒 修正版:https://goo.gl/aivkOd
※ 編輯: hunandy14 (114.35.139.127), 06/01/2016 01:57:59