While Visual Studio's syntax highlighting suggests the availability of the __int128 data type, compilation errors reveal that it is not supported on the current architecture. This issue arises when attempting to utilize this 128-bit integer type in C projects within Visual Studio.
Ursache:
According to the Microsoft Developer Network (MSDN), __int128 is not a supported type on the Visual Studio platform. This contradicts the syntax highlighting, which incorrectly suggests its validity.
Lösung:
Despite the syntax highlighting, the compiler accurately detects the lack of __int128 support. Therefore, it is recommended to refrain from using this data type in Visual Studio projects.
Additional Considerations:
Disclaimer: All resources provided are partly from the Internet. If there is any infringement of your copyright or other rights and interests, please explain the detailed reasons and provide proof of copyright or rights and interests and then send it to the email: [email protected] We will handle it for you as soon as possible.
Copyright© 2022 湘ICP备2022001581号-3