Hacker News new | ask | show | jobs
by pawadu 3224 days ago
wasnt getc() available on windows?
1 comments

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.