MinGW-w64 是否支持 C++14?
Does MinGW-w64 support C++14?
我已经安装了 visual studio 代码,我想用它在 Windows 上构建我的 C++ 项目,所以我需要下载 MinGW-w64。但在此之前,我需要知道 MinGW-w64 是否支持 C++14?
直接下载试试,完全不伤电脑
如 MingGw-w64 网站所述,"a pthreads library for C++11 threading support and simple integration with existing project."
您必须在 Configuration => Compiler 和 "Toolchain Executables"
部分中的 MinGW 编译器中配置它
我已经安装了 visual studio 代码,我想用它在 Windows 上构建我的 C++ 项目,所以我需要下载 MinGW-w64。但在此之前,我需要知道 MinGW-w64 是否支持 C++14?
直接下载试试,完全不伤电脑
如 MingGw-w64 网站所述,"a pthreads library for C++11 threading support and simple integration with existing project."
您必须在 Configuration => Compiler 和 "Toolchain Executables"
部分中的 MinGW 编译器中配置它