19Fermer21
GodzilLe 28/07/2006 à 16:02
Forcement le C++ est basé sur le C89 et pas le C99...

struct S {int a; int b;};
[...] struct S variable = {.a = 42};

C'est du C99 ça ??? ou du GNU C ?