Setting up code::blocks

I've only used dev-c++ and Visual C++ which comes with all the libraries. Does Code::Blocks not come with any libraries? And if so where do I find them and how do I install them?
Thanks
Which libraries are you talking about?
I'm assuming your getting an error such as "iostream, no such file or directory". Make sure your source file has a cpp extension. If it doesn't, CodeBlocks won't bother looking for the standard C++ headers.
Yeah, I was trying #include <iostream> and it didn't work. I'm not at my computer with codeblocks now but I'll try it later. Thanks
Nope, still doesn't work. For some reason it opens a tab called iostream with a lot of code I don't understand. Most of it is comment though.
Copy and paste the exact error message(s) you're getting.
Topic archived. No new replies allowed.