Che cosa vuol dire il seguente listato...?
...Non mi e' chiaro l'uso del typedef struct...!!
Codice PHP:typedef struct {
int a;
int b;
};
typedef struct {
int c;
int d;
};
Che cosa vuol dire il seguente listato...?
...Non mi e' chiaro l'uso del typedef struct...!!
Codice PHP:typedef struct {
int a;
int b;
};
typedef struct {
int c;
int d;
};