|
From: Vas <v.v...@bt...> - 2001-09-29 21:17:17
|
Go to the projects tab, select options and add the conio object file =
which is located in the lib dir.
----- Original Message -----=20
From: Jason Hardman=20
To: dev...@li...=20
Sent: Saturday, September 29, 2001 5:59 AM
Subject: Re: [Dev-C++] (no subject)
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(...)".
|