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
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.