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整数__int64数据类型,但我不能有,__int128尽管我在 64 位机器上工作。
__int32
__int64
__int128
根据MS Connect 上的这个问题,它没有定义,也不会实施