How to enable __int128 on Visual Studio?

前端 未结 6 1317
天命终不由人
天命终不由人 2020-11-28 13:29

When I type __int128 in a C++ project in Visual Studio, the editor changes color of __int128 to blue (like keyword).

But when I compile the

6条回答
  •  情深已故
    2020-11-28 14:20

    An alternative is to use boost: https://www.boost.org/doc/libs/1_62_0/libs/multiprecision/doc/html/boost_multiprecision/tut/ints/cpp_int.html

提交回复
热议问题