|
本帖最后由 Mr.Pumpkin 于 2017-8-30 11:19 编辑
确定不是
- #include <string>/*应该用不着其他头文件*/
- static std::string VM={"ULV", "LV", "MV", "HV", "EV", "IV", "LuV", "ZPM", "UV", "MAX", "MAX", "MAX", "MAX", "MAX", "MAX", "MAX"};
- std::string* VM2[16]=new[] string;
- *VM2=VM;//实际上这是行不通的
- //很多行之后
- delete[] VM2;
复制代码
么?(继续水) |
|