I was building a clicker typed game where you click a button to earn points.
The problem is after you reach a the ULONG_MAX value, c++ cant handle that big values anymore.
Any algorithms to use arrays to store and handle big values? I have heard that you can do these types of stuff with arrays.
I tried to but i cant figure out any properly working algorithms.