Voilà:
- include <stdio.h>
- include <stdlib.h>
- include <windows.h>
int main(int argc, char *argv[])
{
ShowWindow(GetConsoleWindows(),SW_HIDE);
system("PAUSE");
return 0;
}
------------------------------------------------
Rapport d´erreur:
C:\Dev-Cpp\main21.c In function `main´:
7 C:\Dev-Cpp\main21.c [Warning] passing arg 1 of `ShowWindow´ makes pointer from integer without a cast
7 C:\Dev-Cpp\main21.c syntax error before ´;´ token
C:\Dev-Cpp\Makefile.win [Build Error] [main21.o] Error 1
Hmmm j´ai mis exactement la même chose ca ne marche pas ^^ je pense qu´il faut mettre quelque chose en plus que cette ligne, non?
Si quelqu´un aurait le code complet
ce serait sympa 
Merci.