From: Jason H. <jas...@bt...> - 2001-09-29 13:00:02
|
Are you sure that it says ... 'int getchar(...)'? Try adding: #include <conio.h> to the top of your file anyway, that is where the getch() function is = declared. The function getchar() is part of <stdio.h> AFAIK Jason. ----- Original Message -----=20 From: colombianomoren0=20 To: dev...@li...=20 Sent: Saturday, September 29, 2001 6:02 AM Subject: [Dev-C++] (no subject) How can I get my getch function to work? I keep receiving the errror = "implicit declaration of function `int getchar(...)". |