More getch() woes

Mark William Hopkins markh at csd4.csd.uwm.edu
Sun Mar 24 14:32:51 AEST 1991


In article <669422030.1 at opocus.Fidonet.Org> Jon.Eric.Strayer at p3.f270.n231.z1.Fidonet.Org (Jon Eric Strayer) writes:
>Marc WANDSCHNEIDER writes to All: 
>
> #include <stdio.h>
> #include <conio.h>
...

> The following program WITHOUT The line #include <conio.h> does not 
> work.  It just freezes the entire system up...
...

<conio.h> routines can't be mixed with <stdio.h> routines.



More information about the Comp.lang.c mailing list