There are for example two pointers:
char* a = "500"; char* b = "777";
The task will teach the computer to add them as numbers. The catch is that there may be an option:
char* c = "99999999999999999999999999999999999999999999999999999999999999999999999";
I don't think it fits into standard types. How to be? Maybe there is some kind of library (preferably under Linux) for working with giant numbers?
I tried to write my class, I made a bunch of errors. I do not want to reinvent the wheel.