关于c++操作符重载返回值类型
#include "stdafx.h"#include<iostream>using namespace std; class vod { float A; float B; public: vod(float a,float b):A(a),B(b){} void show(){ cout<<'('<&l
原创
2018-11-13 14:21:26 ·
1179 阅读 ·
0 评论