View Single Post
  #5 (permalink)  
Old November 8th, 2005, 01:14 PM
nulogix nulogix is offline
Authorized User
 
Join Date: May 2004
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
Default

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

Reply With Quote