Answer: How to print __int128 in g++?
Md Shoriful Islam Ashiq
Posted on June 4, 2024
To print __int128
, you must use __int128_t
data type. Because there is no data type named __int128. At least I didn't find any till now.
And You must use "typecasting" every time in assigning value and outputting values.
you must use format specifier %lld
for __int128_t
and %llu
for…
💖 💪 🙅 🚩
Md Shoriful Islam Ashiq
Posted on June 4, 2024
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.
Related
githubcopilot AI Innovations at Microsoft Ignite 2024 What You Need to Know (Part 2)
November 29, 2024