桑海

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2013年5月22日

摘要: 1 /* 2 一般将算数和关系操作符定义为非成员函数,而将赋值操作符定义为成员: 3 4 */ 5 6 7 #include<iostream> 8 #include<string> 9 #include<sstream> 10 #include<cmath> //pow() 11 #include<cstdlib> //system("PAUSE"); 12 #include<cassert> 13 using namespace std; 14 15 class BigNum 16 { 17 pub 阅读全文
posted @ 2013-05-22 21:15 桑海 阅读(325) 评论(1) 推荐(0) 编辑