I'm a beginner in C++. For some reason, I can't access files like iostream, ctime, cstdlib, string, and vector.
First, are they all part of the Standard Template Library. And second, how can I use them.
I already tried re-installing Code::Blocks
Last edited on
You probably created a C project instead of a C++ project.
First, are they all part of the Standard Template Library. |
No, but they're part of the C++ Standard Library.
Last edited on
Well, vector is part of the STL.