Wednesday, August 10, 2011

C programming EXE question?

you are using some windows only functions. Conio.h is a ms only library (see wikipedia entry cited below). Perhaps you could change getch and gche into getchar() in stdio.h that is part of the c standard library.

No comments:

Post a Comment