From: "Morpheus" Newsgroups: comp.os.msdos.djgpp Subject: Re: difference between libraries and headers Date: Thu, 18 Nov 1999 17:10:17 -0600 Organization: University of North Texas Lines: 14 Message-ID: <81211g$9uu@hermes.acs.unt.edu> References: <80vhq4$kvc AT hermes DOT acs DOT unt DOT edu> <38335d9f DOT 2707933 AT newsserver DOT cc DOT monash DOT edu DOT au> NNTP-Posting-Host: dfw-premium-16.dialup.unt.edu X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Thanks. So the library files contain the implementation, I suppose precompiled to object code. And the compiler only knows which library files accompany which headers for standard stuff? So when I compile a class or some functions or whatever to a library, and put them in the link and library paths, I must include the header file and compile the program with the library file, both, right? Morpheus hall AT cs DOT unt DOT edu http://people.unt.edu/~dahall