+ 3
C++ headers
Do you know other headers for C++ in addition of #include <iostream> #include <cstdlib> ??? (Sorry for my bad english)
3 Réponses
+ 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
+ 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 ^^
+ 3
Thank you all