undefined identifier getch()

Steven Schveighoffer schveiguy at yahoo.com
Wed Dec 8 06:05:54 PST 2010


On Wed, 08 Dec 2010 08:57:40 -0500, Steven Schveighoffer  
<schveiguy at yahoo.com> wrote:

> extern(C) int kbhit(void);


Um... sorry, D doesn't support void args (copy-paste problem):

extern(C) int kbhit();

-Steve


More information about the Digitalmars-d-learn mailing list