Les structures
Bonjour,
struct eleves
{
char nom[31];
char prenom[31];
char adresse[45];
int age;
char sexe;
char code[6];//code de l'eleve
};
struct notes
{
int note[4];
char code[6];// code de l'eleve
};
Comment je peux realiser ce structure
struct eleves
{
char nom[31];
char prenom[31];
char adresse[45];
int age;
char sexe;
char code[6];//code de l'eleve
};
struct notes
{
int note[4];
char code[6];// code de l'eleve
};
Comment je peux realiser ce structure
Configuration: Windows XP Internet Explorer 7.0