标题:How to compile to 64-bit program?
取消只看楼主
HJin
Rank: 6Rank: 6
等 级:贵宾
威 望:27
帖 子:401
专家分:0
注 册:2007-6-9
 问题点数:0 回复次数:0 
How to compile to 64-bit program?

Hi guys, I want to ask

Is it possible to compile the following source code to a 64-bit program on a 32-bit system?

I have MS VS2005 + Dev-C++ 4.9.9.2 installed on my 32-bit windows xp professional.


#include <iostream>
using namespace std;

int main()
{
long long i=1000000000000; // this number overflows 32-bit integer
cout<<i<<endl;
return 0;
}


搜索更多相关主题的帖子: program compile How windows long 
2007-07-20 15:53



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-156871-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.017554 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved