Message-ID: <382141019.963582649049.JavaMail.root@web302-mc.mail.com> Date: Fri, 14 Jul 2000 09:50:48 -0400 (EDT) From: George Rwaga To: djgpp AT delorie DOT com Subject: Re: Practical neural network Recipes in C++ Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: mail.com X-Originating-IP: 204.235.245.20 Reply-To: djgpp AT delorie DOT com Thanks. ------Original Message------ From: "Michael Stewart" To: djgpp AT delorie DOT com Sent: July 14, 2000 1:04:39 PM GMT Subject: Re: Practical neural network Recipes in C++ > For the specific source code on page 28 I get the following errors: > > 1. undefined reference to 'main' > 2. undefined reference to 'evaluate ' Undefined reference means that the function can not be found in any of the source files. All C/C++ programs require the 'main' function as it is the entry point into the program. > Are there some sample input files? Or we are supposed to create our own? Dunno, never looked at the book. ______________________________________________ FREE Personalized Email at Mail.com Sign up at http://www.mail.com/?sr=signup