The structures
Marco
-
kilian Posted messages 8675 Registration date Status Modérateur Last intervention -
kilian Posted messages 8675 Registration date Status Modérateur Last intervention -
Hello,
struct students
{
char name[31];
char surname[31];
char address[45];
int age;
char gender;
char code[6];//student code
};
struct grades
{
int score[4];
char code[6];// student code
};
How can I implement this structure
struct students
{
char name[31];
char surname[31];
char address[45];
int age;
char gender;
char code[6];//student code
};
struct grades
{
int score[4];
char code[6];// student code
};
How can I implement this structure
Configuration: Windows XP Internet Explorer 7.0