p_y_a Le 27/01/2002 à 18:30 typdef struct
{
int nb;
int point[200];
} face;
c possible de mettre un tableau ds une def ?
face poly[10];
poly[2].point[25]=0;
ca devrait marcher nan ?
"I read the game.dll assembly more easily than you read the joke on the back of your box of Cocoa Pebbles, and have spent the past 2 1/2 years navigating it." ©
niuob Le 27/01/2002 à 20:18 C'était ça ton problème ?