biginteger 연산 빌드 과정
git clone http://github.com/ychy61/cpp-week3-bigint bigint
cd bigint
g++ -Werror -c *.cpp
g++ -o main.exe *.o
./main.exe
| Name | Name | Last commit date | ||
|---|---|---|---|---|
biginteger 연산 빌드 과정
git clone http://github.com/ychy61/cpp-week3-bigint bigint
cd bigint
g++ -Werror -c *.cpp
g++ -o main.exe *.o
./main.exe