C++ headers | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

C++ headers

Do you know other headers for C++ in addition of #include <iostream> #include <cstdlib> ??? (Sorry for my bad english)

21st Dec 2017, 10:57 AM
Fajar Kurniawan
3 Answers
+ 2
Yes, I know cstdio, conio, cmath, string, ctime, vector, graphics, iomanip, fstream, windows.h and a few more which I can't remember now. Yet, I'm still learning C++. You can find more header file names here: https://www.ibm.com/support/knowledgecenter/en/SSGH3R_13.1.0/com.ibm.xlcpp131.aix.doc/standlib/header_files.html
21st Dec 2017, 11:06 AM
DAB
DAB - avatar
+ 4
the ones I know : iostream ctime cstdio cstdlib cstring string vector stack map queue list sstream fstream exception stdexcept climits limits I also know C headers (.h) but I will not list them here ^^
21st Dec 2017, 11:13 AM
Baptiste E. Prunier
Baptiste E. Prunier - avatar
+ 3
Thank you all
21st Dec 2017, 11:22 AM
Fajar Kurniawan