C++ 11开发环境搭建(Windows Platform)
IDE:Code::Blocks 12.11版本
Compiler:TDM-GCC http://tdm-gcc.tdragon.net/ TDM64 Bundle GCC 4.8.1
问:什么是TDM-GCC?
答:A compiler suite for 32- and 64-bit Windows based on the GNU toolchain。
tdm-gcc 官网:
TDM-GCC 安装。路径随意。
IDE配置。编译选项记得打钩。
IDE配置。编译器路径和相应.exe程序。
设置完毕。
试一下新标准中的Lambda表达式吧!
可以成功构建、运行。亲切的Hello World。