I downloaded Clang 3.6.2 from this website and am trying to set it up with Code::Blocks under Windows. Unfortunately, it fails to compile a simple "hello world" program on the grounds that it doesn't know where iostream
is.
Looking through the install folder, it does not appear to include a standard library with it. Why? And how do I get it?