Skip to content

mikeboharsik/BigInt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

//////////////////////////////////////////////////
//           Written by Mike Boharsik           //
//  For Dr. David Adams's Computing III Class   //
//      UMass Lowell Spring Semester 2015       //
//////////////////////////////////////////////////

BigInt

Provides a custom C++ class with operator overloads that enable string representations of numbers to be operated on as if they were primitives. Basic arithmetic and comparison operators are supported.

Building the example

Simply run your make program of choice in the root directory of this repository to run the makefile. It's currently written to output an exe but you should be able to make a simple change to the makefile if you are running in a non-Windows environment.

About

String representation of integers, allowing for integers of arbitrary length and their basic mathematical operations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published