Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!samsung!uunet!crdgw1!jupiter!larocque From: larocque@jupiter.crd.ge.com (David M. LaRocque) Newsgroups: comp.lang.c Subject: User Libraries, when to use? Message-ID: <6667@crdgw1.crd.ge.com> Date: 9 Apr 90 18:03:34 GMT Sender: news@crdgw1.crd.ge.com Lines: 18 *************************************** The massive size of my current C project has me looking for alternate means of managing it. I have never created my own libraries before, but I was thinking that it may help organize things. I read through the ar and lorder man pages and could probably create my own libraries, but my question is even more fundamental. Are libraries only useful for those routines that are used by many different projects, or do they offer benefits even if they contain project-specific functions. When does one decided that a library is appropriate? Is there any advantage over simply separating the code into object modules? -Dave LaRocque larocque@crd.ge.com ******************************************