top | item 15025826

(no title)

pawadu | 8 years ago

wasnt getc() available on windows?

discuss

order

Const-me|8 years ago

It was and still is, the name is _getch() from <conio.h>

However, I can see how for a beginner programmer system("pause"); is more intuitive than printf/_getch() combo. Especially if said programmer is already familiar with windows shell and its commands.