Hey I'm a beginner to C++.What does the h signify in <iosteam.h> and what is conio.h | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Hey I'm a beginner to C++.What does the h signify in <iosteam.h> and what is conio.h

17th Jul 2019, 12:25 PM
Anelza
3 Answers
0
h stands for header file.
23rd Jul 2019, 2:42 PM
Ravichandran Kaliyaperumal
Ravichandran Kaliyaperumal - avatar
+ 9
Anelza <iostream.h> is stand for input output stream library's used in C++. <conio.h> is stand for console input output and .h is extension of header files. The .h extension files and conio.h are used in old style compiler like TurboC++ which should be avoided now as better option are available https://www.sololearn.com/discuss/288609/?ref=app
17th Jul 2019, 12:32 PM
GAWEN STEASY
GAWEN STEASY - avatar
+ 1
Oh thanks
17th Jul 2019, 12:32 PM
Anelza