Header files in c++ | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Header files in c++

what are the header files to be included compulsively while writing C++ program?

6th Mar 2017, 4:01 PM
Prasannakumar naik
Prasannakumar naik - avatar
2 Answers
+ 13
Mine in descending order: <iostream> <cstring> <cstdlib> <cmath> <algorithm> <windows.h> // shhh... <conio.h> // shhhhhhhhh...
6th Mar 2017, 4:03 PM
Hatsy Rei
Hatsy Rei - avatar
0
please add this also string.h iomanip.h stdio.h ctype.h
6th Mar 2017, 10:26 PM
Wazed Ali Gazi
Wazed Ali Gazi - avatar