jai chge ma sruct
#define MAXC 255
typedef struct Noeud{
char[MAXC] traduction;
char[MAXC] origine ;
struct Noeud * gauche ;
struct Noeud * droit;
} Noeud;
Ca a compile et maintenenat ca compile plus :(
noeud.h:7: parse error before `['
noeud.h:7: warning: no semicolon at end of struct or union
noeud.h:11: parse error before `}'
noeud.h:11: warning: data definition has no type or storage class
si je remet un char * pour origine et traduc sa recompile
Bizarre vous avez dit bizarre


