Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在 Windows 上试验 c++11 代码,实际上我知道唯一可行的编译器是 MinGW gcc 4.8.1-posix-sjlj。
现在我知道的唯一 IDE 是 QtCreator 和 Visual Studio。在 VS 上,我不能使用 MinGW(或者可能很复杂)。
Qt Creator 带有 MinGW GCC 4.7(.?)。现在我对 Qt 库不感兴趣。我只想要一个IDE。Qt Creator 是一个不错的选择吗?
无需任何其他 Qt 组件即可安装 Qt Creator。只需从这里下载。
只需使用 CMake 来处理您的构建,您就拥有了一个 IDE。
确保将 Qt Creator 指向您的工具链。