Upd: 又添加了两个有趣的接口。不难。
This commit is contained in:
@ -51,6 +51,9 @@ public:
|
|||||||
// Integer2
|
// Integer2
|
||||||
// ===================================
|
// ===================================
|
||||||
|
|
||||||
|
int2048 operator+() const;
|
||||||
|
int2048 operator-() const;
|
||||||
|
|
||||||
int2048 &operator=(const int2048 &);
|
int2048 &operator=(const int2048 &);
|
||||||
|
|
||||||
int2048 &operator+=(const int2048 &);
|
int2048 &operator+=(const int2048 &);
|
||||||
|
Reference in New Issue
Block a user