Date: Sun, 21 Nov 1999 10:03:21 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Lars Eighner cc: djgpp AT delorie DOT com Subject: Re: difference between libraries and headers In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Thu, 18 Nov 1999, Lars Eighner wrote: > Your program will not compile at all without the header files > (unless you do type in all of the declarations yourself). This is only true in a C++ program. C programs can be compiled and linked without a single header, although using the headers is by all means recommended.