Code::Blocks help!!!

May 24, 2012 at 6:50pm
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 May 24, 2012 at 6:50pm
May 24, 2012 at 7:08pm
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 May 24, 2012 at 7:15pm
May 24, 2012 at 7:40pm
Well, vector is part of the STL.
Topic archived. No new replies allowed.