apres l`ecriture de ce mini programme
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();
 
 
}
et apres il aparu
error C2065: 'getch' : undeclared identifier
.alors quoi faire ??