How to add or change value for a declared string using string(int, char) function?

后端 未结 0 561
死守一世寂寞
死守一世寂寞 2021-02-08 12:57

I know there is a way to give a value of a specific character being repeated n times to a string while declaring it, like this:

string example(int, char);
         


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