so basically program libraries are just code modules that are created by individuals to use in the programs. Then during the linking process theses libraries are combined with the .obj code to provide the proper definitions of the functions.
Am i understanding this correctly?
thanks
|