dans mon code je tape
void main()
{
int tableau[100];
int randomize();
for (int i=0; i<100; i++) { tableau = Random(100); }
system("PAUSE" );
}
le compilateur me sort
[i]implicit declaration of function `int randomize(...)
implicit declaration of function `int random(...)
[edtdd]--Message édité par cool_c_raoul--[/edtdd]