Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
重複の可能性: Visual Studio で __int128 を有効にする方法は?
Visual Studio 6 では__int32、整数データ型を使用できましたが、64 ビット マシンで作業しているにもかかわらず__int64使用できません。__int128
__int32
__int64
__int128
MS Connect に関するこの質問によると、定義されておらず、実装されません。