I know this must sound noobish, but I used to use Dev-Cpp as my IDE. It came with a compiler and libraries. The Code::Blocks Nightly IDE I have doesn't come with the headers, like iostream or anything like that. It uses them from my Dev-cpp installation. So my question is, how can I acquire the header files and libraries needed to compile a win32 STD program?