This means that each program which USES a static library includes some or all of the library in the program binary on disk.
这表示每个程序如果用到静态库的话,它就包含了部分或者全部的库到程序二进制文件里面。
> Compiling the program , -- saving it under the name "hello," in the library -- >> David: Okay, good.
>运行程序【无法辨认的声音】,然后把它保存为“hello“文件-,>>大卫:好的,不错。
When you want to use a library like CS50's, you can't just run GCC on your program.
当你想使用一些CS50的库,不是只运行GCC就够了。
应用推荐