赋值运算符重载
摘要:
// AssignmentOperatorTest.cpp : 定义控制台应用程序的入口点。//#include "stdafx.h"#include <iostream>#include <typeinfo>using namespace std;class point{public: point(float x=0.0,float y=0.0) {} inline vi... 阅读全文
posted @ 2010-10-29 16:41 ATAK 阅读(146) 评论(0) 推荐(0)
浙公网安备 33010602011771号