关于安装:Windows上的libc ++,Clang和LLVM

libc++, Clang and LLVM on Windows

我已经在Windows系统上安装了http://sourceforge.net/projects/clangonwin/。 我的问题是:

  • 似乎没有STD库。 如何安装一个?
  • 如何将其集成到VC ++,Eclipse,CodeLite或Code :: Blocks中?

  • 从项目页面引用:

    if you want to compile C + + and uses the Microsoft C + + STL, please use the CL diver modes, namely: - dirver-mode = cl and disable RTTI;".

    那回答了你的问题。 最好以阅读的方式来解释其准确性,但溺水而导致的无意死亡提示实际上是适当的。 该页面提供了非常不错的见解,在接近可用状态之前还需要做更多的工作。