[問題] overload operators的問題

作者: david830317 (dd810)   2016-04-01 10:35:57
開發平台(Platform): (Ex: VC++, GCC, Linux, ...)
Xcode
額外使用到的函數庫(Library Used): (Ex: OpenGL, ...)
問題(Question):
輸出的數字跟想像中的不同
餵入的資料(Input):
3,4
6,2
預期的正確結果(Expected Output):
9,6
-3,2
錯誤結果(Wrong Output):
(3,2)+(6,4)=(134516496,134516498)
(3,2)-(6,4)=(134516496,134516498)
程式碼(Code):(請善用置底文網頁, 記得排版)
http://ideone.com/JhXcFl
作者: tuyutd0505 (Huang Jason)   2016-04-01 12:45:00
建構子應該是 x= x_a; y= y_a; 才對喔
作者: david830317 (dd810)   2016-04-01 13:08:00
感謝大大!!!!原來是那個小地方我沒注意到OTZ

Links booklink

Contact Us: admin [ a t ] ucptt.com