64位数据类型(例如__int64或LONGLONG)是否可以在32位操作系统上工作? [英] Will 64 bit data types (such as __int64 or LONGLONG) work on 32 bit operating systems?

查看:1061
本文介绍了64位数据类型(例如__int64或LONGLONG)是否可以在32位操作系统上工作?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我当前在Windows 7(64位)上使用Visual Studio 2008 Express版本.

如果我使用__int64或LONGLONG等64位数据类型编写程序并进行编译,该程序是否可以在Windows XP或Windows 2000上运行?还是在32位CPU上?

I am currently using Visual Studio 2008 Express edition on Windows 7, 64 bit.

If I code and compile a program using 64 bit data types such as __int64 or LONGLONG, will the program be able to run on Windows XP or windows 2000? Or on 32 bit CPUs?

推荐答案

__ int64和LONGLONG也可以在32版本的Windows中工作.
__int64 and LONGLONG would work in 32 versions of Windows as well.


这篇关于64位数据类型(例如__int64或LONGLONG)是否可以在32位操作系统上工作?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆