How to implement longer data type than long long int in C/C++?
It is answered and quoted by many that such problem can be resolved by just using GMP library. But I am wondering how one would actually implement such datatype in C/C++, and is there any “standard” routine of implementation that most numerical libraris such as GMP use ? Many thanks for your time and any answer is appreciated.