what is a liberary file??
liberary file
Collapse
X
-
Tags: None
-
ofcourse its library forget that 'e' man its just a typing mistakeOriginally posted by srikaris it a liberary file or library file:)Comment
-
In general a library file (common extension .lib or .a) is a file that conatins the compiled code for a set of functions. You can then use thesde functions in your program by including the header file into your source code and including the library file in the link stage of the program. The linker then includes the relevent sections of the library into the program executable.Comment
Comment