标签:span 编译选项 问题: const 常见 class ali 16px str
1.[Error] in C++98 ‘box1‘ must be initialized by constructor, not by ‘{...}‘
vector初始化问题: CBox box1 ={78.0,24.0,18.0}; 改成 CBox box1 (78.0,24.0,18.0)
或者开启编译选项 -std=c++11
--------(不断更新中)
日积月累,滴水穿石
标签:span 编译选项 问题: const 常见 class ali 16px str
原文地址:https://www.cnblogs.com/maq-aegean/p/9197512.html