cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
c++ coding basic
c++ coding basic
Feb 16, 2016 at 5:36am UTC
nanJIL
(11)
Can someone explain to me this code?
#include<conio.h>
Feb 16, 2016 at 8:02am UTC
Peter87
(11234)
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.