c++ coding basic

Can someone explain to me this code?

 
#include<conio.h> 
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.