c++ - visual studio 6 中的 128 位整数

标签 c++ visual-studio 64-bit int128

<分区>

Possible Duplicate:
How to enable __int128 on Visual Studio?

在 Visual Studio 6 中,我有 __int32__int64 整数数据类型,但我不能有 __int128 虽然我正在工作在 64 位机器上。

最佳答案

not defined ,并且不会被实现,根据 this question on MS Connect

关于c++ - visual studio 6 中的 128 位整数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7429613/

相关文章:

针对 windows 64 位目标编译,静态 .libs 问题

c++ - 32 位和 64 位 Linux 机器中 4 字节类型的区别

java - 在 Windows 10 (Intellij IDEA) 上使用 gradle 项目安装 Google or-tools

c++ - 嵌入 Python : How to help the scripter?

c++ - 如何在 CLion 中启用 C++11?

c++ - 编译器优化 : g++ slower than intel

visual-studio - SCONS 的 Visual Studio 解决方案?

asp.net-mvc - csproj 文件未更改时在团队资源管理器中标记为已更改 (git)

ios: 在 64 位设备中崩溃

c++ - C++11 中的 union : default constructor seems to be deleted