Skip to content
/ Bignum Public

C++基本操作符(+ - * / << >>)重载

Notifications You must be signed in to change notification settings

sscui/Bignum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bignum

realize the overloading of basic operators(+ - * / >> <<);
compile the demo with instructions : g++ -o a.exe main.cpp Bignum.cpp;
and run it with the instructions : a.exe input_file_path output_file_path
which input_file_path is the path of input file and the other is output file.
but there must be a space between numerals and operators (like that : 123 + 456)

About

C++基本操作符(+ - * / << >>)重载

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published