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
Question on a Header File
Question on a Header File
Dec 20, 2009 at 12:51am UTC
Wander
(137)
I saw a program on this website with a header file called <conio.h> and inside that library was a function called getch();
I was wondering what they do.
Last edited on
Dec 20, 2009 at 12:58am UTC
Dec 20, 2009 at 1:48am UTC
shadowvillian
(135)
check out this post for info about getch.
http://cplusplus.com/forum/beginner/9886/
Last edited on
Dec 20, 2009 at 1:55am UTC
Dec 20, 2009 at 1:54am UTC
helios
(17574)
<conio.h>
Don't use it. That's all you need to know.
Dec 20, 2009 at 3:42am UTC
Wander
(137)
haha thanks for the link :D
y not use it?
Topic archived. No new replies allowed.