Fork me on GitHub

2016年3月21日

摘要: 转自:http://www.kuqin.com/shuoit/20150225/344882.html 代码变成可执行文件,叫做编译(compile);先编译这个,还是先编译那个(即编译的安排),叫做构建(build)。 Make是最常用的构建工具,诞生于1977年,主要用于C语言的项目。但是实际上 阅读全文
posted @ 2016-03-21 15:22 pengyingh 阅读(1207) 评论(0) 推荐(0)
摘要: 1 -o is the letter O not zero NewFileName will be your executable file OldFileName.cpp is your c++ file After you run that command type the following 阅读全文
posted @ 2016-03-21 11:46 pengyingh 阅读(427) 评论(0) 推荐(0)
摘要: url link:http://stackoverflow.com/questions/221185/how-to-run-c-c-in-a-unix-console-mac-terminal All application execution in a Unix (Linux, MacOS X, 阅读全文
posted @ 2016-03-21 11:31 pengyingh 阅读(206) 评论(0) 推荐(0)

导航