How can I send a struct of arrays into a function when using the String object?

后端 未结 0 323
清酒与你
清酒与你 2020-11-29 17:05

I\'m learning to code c++ and I\'ve come to this problem: I have this struct:

struct storeData
{
  string name;
  string username;
  string fav_f         


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