Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/http/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C++11 QtCreator和MinGW GCC 4.8.1_C++11_Mingw_Qt Creator - Fatal编程技术网

C++11 QtCreator和MinGW GCC 4.8.1

C++11 QtCreator和MinGW GCC 4.8.1,c++11,mingw,qt-creator,C++11,Mingw,Qt Creator,我想在Windows上试验c++11代码,实际上,据我所知,唯一可行的编译器是MinGW gcc 4.8.1-posix-sjlj 现在我知道的唯一IDE是QtCreator和VisualStudio。在VS上,我不能使用MinGW(或者可能很复杂) QtCreator附带了MingWGCC4.7(.?)。现在我对Qt库不感兴趣。我只想要一个IDE。Qt Creator是一个不错的选择吗?Qt Creator可以在没有任何其他Qt组件的情况下安装。只需从下载 只需使用CMake处理您的构建,您就

我想在Windows上试验c++11代码,实际上,据我所知,唯一可行的编译器是MinGW gcc 4.8.1-posix-sjlj

现在我知道的唯一IDE是QtCreator和VisualStudio。在VS上,我不能使用MinGW(或者可能很复杂)


QtCreator附带了MingWGCC4.7(.?)。现在我对Qt库不感兴趣。我只想要一个IDE。Qt Creator是一个不错的选择吗?

Qt Creator可以在没有任何其他Qt组件的情况下安装。只需从下载

只需使用CMake处理您的构建,您就拥有了一个IDE


确保将Qt Creator指向您的工具链。

是因为我不明白。。。为什么是cmake?好的,我试试看