Linux下编译: g++ main.cpp -std=c++11
g++ mian.cpp -std=c++14
弃用:
1.字符串字面值常量赋值和初始化,用 const char * 或 auto,弃用 char *。