| |||||
| Dernière réponse | |
|---|---|
| Sujet : [c] help me!!! | |
| gilou | if( (tab_leng=(int*)realloc(tab_leng, (j+1)*sizeof(int))) == NULL )
Tu voulais probablement ecrire if( (tab_leng=(int*)realloc(tab_leng, (i+1)*sizeof(int))) == NULL ) A+, |
| Vue Rapide de la discussion |
|---|