apres l`ecriture de ce mini programme
et apres il aparu
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15 # include<stdio.h> void main() { char word; printf("enter your pasword :\n"); scanf("%c",&word); printf("le mot qui tu as ecrit \'%c\' ne corespand pas avec l`original\n"); getch(); }.alors quoi faire ??error C2065: 'getch' : undeclared identifier
Partager