随笔分类 -  C/C++

const 修饰函数
摘要:At the very first ,I got a problem .1 Vector Vector::operator+(const Vector &v)const{2 return Vector(x+v.val_x() ,y+v.val_y());//at the very fisrt... 阅读全文

posted @ 2015-05-29 18:57 coderlt 阅读(2806) 评论(0) 推荐(0)

导航