Hi

i have been trying to find out the definition for library, but what i found matches the definition of an .obj file (A group of functions, objects and variables already converted in machine code).

so whats a library, is it a group of compiled .obj files in one file?? or is this wrong??

and also, how can i create a library and, if the definition above is right, what is the advantage of having a library when we can have the obj files separately (besides organization and portability of course)??

Tks for your atention