int128

Tue Aug 11 2026

I just found out today that int128 which used as __int128 exists and like its kind of complicated cin and cout cannot use int128 data type, its not part off cpp, its a complier specific thing but its still amazing i wish cpp had better approaches for integer overflows also its kind of my skill issue but having int128 is a cheat skill ngl your answer for every integer overflow hehe.

  • As the name suggests it has values ranging from 2127-2^{127} to 212712^{127}-1
  • I think this is a good way to counter overflow issues we ususally have with cpp, it really pmo when i get everything right and its a precision issue or overflow issue
Back home