|
|
|
|
La meme chose, tu fais ptr.p.
struct point {
int x, y;
};
struct point unPoint;
unPoint.x = unPoint.y = 1;
struct point *centre = (struct point *)malloc(sizeof (struct point));
centre->x = centre->y = 0;
tafiscobar "lou waye def bopame" la nullite n'existe pas, l'ignorance oui, ah je suppose!!! |