| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 1226 人关注过本帖
标题: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
快速回复:How to compile to 64-bit program?
数据加载中...
 
   



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

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