Skip to content

A calculator to calculate large numbers that are larger than c++ primitive number type sizes. Two approaches have been taken to implement the bigint calculator. First, tried with Stack data structure and secondly, tried with a char array. Second approach was rather successful because of the complications of first approach.

Notifications You must be signed in to change notification settings

GSMgeeth/bigint-calculator-cplusplus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

About

A calculator to calculate large numbers that are larger than c++ primitive number type sizes. Two approaches have been taken to implement the bigint calculator. First, tried with Stack data structure and secondly, tried with a char array. Second approach was rather successful because of the complications of first approach.

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages