c++ coding basic

Feb 16, 2016 at 5:36am
Can someone explain to me this code?

 
#include<conio.h> 
Feb 16, 2016 at 8:02am
conio.h is a non-standard header that comes with some compilers. It has a few functions for console input and output. getch is one such function. https://en.wikipedia.org/wiki/Conio.h
Topic archived. No new replies allowed.