Is it possible to specify a datatype such as int or long to be able to store larger number of bits than it usually supports?
Example int supports 32 bits and long supports 64 bits. What if I want a long to support 128 bits or greater? Is it possible without the help of any libraries?