- Added operator overloads for all operations - Added internal functions that modify the value is is called on, as opposed to creating a new object Changed some settings
8 lines
71 B
C++
8 lines
71 B
C++
#include <iostream>
|
|
#include "BigInteger.h"
|
|
|
|
int main()
|
|
{
|
|
|
|
return 0;
|
|
} |