home first | prev | random | next | last top 10
<Fuck_New> mh besoin d'un petit conseil en C
<Fuck_New> comment on obtient la memoire de libre ?
<TheRaphit> Fuck_New : tu fais system("free"); Plus du mets de system
dans un programme, mieux c'est.
<samBoulo> do { i++; } while (malloc(1));
printf("ah dommage c'était %d", i);
<Fuck_New> oki, thx.