sauron271's blog

By sauron271, history, 21 month(s) ago, In English

Is __int 128 the largest data type in cpp or is there something bigger?

  • Vote: I like it
  • -5
  • Vote: I do not like it

| Write comment?
»
21 month(s) ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

__int128 is the largest default data type in c++, but custom data type Bigint is the biggest datatype and it`s custom