头文件里只有函数定义,源文件已被编译成库文件,看不到源码。
The definition of these functions declared in header files has been encapsulated into library file, So you don 't know their source
code.
在lib里实现,已被编译为二进制码
本文探讨了在软件开发过程中,头文件与库文件的角色分工。详细解释了头文件中通常只包含函数声明的原因,而实际的函数定义则被封装在库文件中,并已编译为二进制代码。
头文件里只有函数定义,源文件已被编译成库文件,看不到源码。
The definition of these functions declared in header files has been encapsulated into library file, So you don 't know their source
code.
在lib里实现,已被编译为二进制码

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