由于家里电脑是win8系统,查了一下为x64的操作系统,由于打算快点搭一个C++编程环境,就选DEV C++了。
http://pan.baidu.com/share/link?shareid=513975&uk=741093197 下载地址:
#include <iostream>
/* run this program using the console pauser or add your own getch, system("pause") or input loop */
int main(int argc, char** argv) {
std::cout<<"hello world !";
//system("pause");
return 0;
}
编译后 运行得:
接下来开始写代码了。。。。
本文介绍在Windows 8 x64系统中快速搭建C++编程环境的过程,并分享使用DEVC++作为开发工具的经验。文章包含环境配置步骤及简单的Hello World示例代码。
659

被折叠的 条评论
为什么被折叠?



