How to make a switch statement with a vector string?

后端 未结 0 2004
梦谈多话
梦谈多话 2020-11-30 02:38
vector cmdV = split(_cmd, " ");

switch (cmdV[0])
{

}

For some reason it gives me the error: "The value must have an i

相关标签:
回答
  • 消灭零回复
提交回复
热议问题