128 bit integer

I want to create own datatype of some size, for example 128 bit integer or 128 bit float etc.
Please tell how to create.

Not, a good place to ask these type of question.

By the way, check this link. Hope it helps.

The accepted answer there uses boost library.

For competitive programming I would say just use a pair of long longs