La ligne:
est bizarre. Mais essaie:
char a[10]; char com[80]= "mkdir c:\\"; cin >> a; system(strcat(com, a));
|
Core Breaker 
-------------------------------
Réponse au message :
-------------------------------
> salut
>
> Il me faut un bug svp aidé moi ou est là faute ??
>
> #include <iostream.h>
> #include <stdlib.h>
>
> int main()
> {
> char a[10];
> cout << "entre le nom du dossier";
> cin >> a;
> system("mkdir c:\\" a);
>
> system("PAUSE");
> return 0;
> }