Forum Discussion
Altera_Forum
Honored Contributor
15 years agogetch() and <conio.h> aren't standard C. You can use getchar() (http://sourceware.org/newlib/libc.html#getchar) instead (that you'll find in <stdio.h>)
getch() and <conio.h> aren't standard C. You can use getchar() (http://sourceware.org/newlib/libc.html#getchar) instead (that you'll find in <stdio.h>)