Mail Archives: djgpp/2000/07/14/09:51:52
Thanks.
------Original Message------
From: "Michael Stewart" <mike AT reggin DOT freeserve DOT co DOT uk>
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 <int,double*,double*>'
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
- Raw text -