c - Is there a 128 bit integer in gcc? -


this question has answer here:

i want 128 bit integer because want store results of multiplication of 2 64 bit numbers. there such thing in gcc 4.4 , above?

ah, big integers not c's forte.

gcc have uint128_t/int128_t type, starting version 4.something (not sure here). seem recall, however, there __int128_t def before that.


Comments

Popular posts from this blog

node.js - Bad Request - node js ajax post -

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -