Δημοσιεύτηκε: 27 Ιαν 2009, 09:33
struct
{
char name[40];
int code;
double height;
}agent;
int search(FILE *fptr,agent agent1); /*Προτότυπο συνάρτησης*/
Εδω ο Compiler μου εμφανιζει 'agent' is not a type' πως θα το διορθωσω?
{
char name[40];
int code;
double height;
}agent;
int search(FILE *fptr,agent agent1); /*Προτότυπο συνάρτησης*/
Εδω ο Compiler μου εμφανιζει 'agent' is not a type' πως θα το διορθωσω?