Little-Prince

导航

2020年4月10日 #

Linux下 g++ 支持 c++11/14/17

摘要: c++11/14/17 标准下编写的代码 g++ 编译不通过时可用 g++ -std=c++11/14/17 -O3 main.cpp -o main 一般g++编译器版本支持 c++11/14/17 的情况下,问题可以解决。 阅读全文

posted @ 2020-04-10 00:35 Little-Prince 阅读(6438) 评论(0) 推荐(0)