摘要:
1 配置gcc下载: 首先下载mingw,解压。配置环境变量: 系统变量中找到Path,在Path中添加 D:\Program Files\MinGW\bin;测试: 运行cmd,输入gcc -v就会看到其版本,否者,就配置没成功。2 C/C++编译过程程序名 hello.c代码:#include int main(){ printf("hello\n");}总编译过程命令:gcc he... 阅读全文
posted @ 2014-01-03 15:20
tanhaiyuan
阅读(190)
评论(0)
推荐(0)

浙公网安备 33010602011771号