说明: ZZ GNUmake 中文手册 Linux 环境下的程序员如果不会使用 GNU make 来构建和管理自己的工程,应该不能算是一个 合格的专业程序员,至少不能称得上是 Unix 程序员。在 Linux(unix)环境下使用 GNU 的 make 工具能够比较容易的构建一个属于你自己的工 程,整个工程的编译只需要一个命令就可以完 成编译、连接以至于最后的执行。 <dzshr> 上传 | 大小:1mb
说明: The purpose of a debugger such as gdb is to allow you to see what is going on “inside” another program while it executes—or what another program was doing at the moment it crashed. <hydra_zhou> 上传 | 大小:2mb