Skip to content

azhusubaliev/BigInt.cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BigInt.cpp

Long arithmetic written in c++

Usage

compile with:

g++ -std=c++11 BigInt.cpp BigInt.hpp main.cpp -o main

where main.cpp is your .cpp file which uses the BigInt class. Then launch your program:

./main

Enjoy ^_^

About

BigInt implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages