标签: c++
所以基本上我想要找到的,采取这种情况:
std::string input; Ask user for a string?: Apples cin >> input; std::string Apples = "input";
基本上,我向用户询问一个字符串,然后创建一个名称为该字符串的变量。这可能吗?
答案 0 :(得分:1)
不,你不能这样做。
最近的功能是使用地图。
std::map<std::string, int> aMap;