A C++ implementation of the class Big_Numbers, which specialises in the work with numbers consisting of more than 9 digits (10^9). The .cpp file also includes a solution to this programming challenge: http://campion.edu.ro/arhiva/index.php?page=problem&action=view&id=492. This implementation doesn't allow negative numbers.
DainArtz/Big_Numbers
A C++ implementation of the class Big_Numbers, which specialises in the work with numbers consisting of more than 9 digits (10^9).
C++