+ 1
Header files in c++
what are the header files to be included compulsively while writing C++ program?
2 Answers
+ 13
Mine in descending order:
<iostream>
<cstring>
<cstdlib>
<cmath>
<algorithm>
<windows.h> // shhh...
<conio.h> // shhhhhhhhh...
0
please add this also
string.h
iomanip.h
stdio.h
ctype.h