Well, even you could write something simple. Like representing a number as an array of digits and implement all the needed mathematical operations for them. It is slower, of course, than a native machine types, but is does overcome the physical limitations.
And of course there is quite a number of libraries already written. Some are free like GMP, for sure there are some proprietary too. Actually GMP is a dependency of gcc, so I guess you can say its quite popular.
Is is standard? It depends what you mean by standard. It is not defined within the c++ standard. But some are popular (as gnu tools).