cpp14examplesC++11/14特性示例
C++11/14特性示例在Mac OS 10.9.5上测试,clang++版本= Apple LLVM version 6.0 (clang-600.0.54) (based on LLVM 3.5svn)。
如果没有,请安装cmake
$ brew install cmake
克隆存储库
$ git clone https://github.com/shaochuan/cpp14-examples.git
构建并运行
$ make build
$ cd build
$ cmake ..
$ make
$ ./main
下载地址
用户评论