Hacker News new | ask | show | jobs
by Const-me 3232 days 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.