Date: Wed, 4 Oct 2000 08:33:59 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Daniel cc: djgpp AT delorie DOT com Subject: Re: Error: Implicit declaration of function In-Reply-To: <21xC5.15366$YG5.30665@tor-nn1.netcom.ca> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 3 Oct 2000, Daniel wrote: > Thank you Jack and Eli. If I have an interface in a header file (.h), do I > still need a prototype? If you have a prototype in that header, just make sure the offending .cpp file includes the header.