7 ms·
wasnt getc() available on windows?
by pawadu 9y ago
wasnt getc() available on windows?
- Const-me 9y agoIt 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.