Inserting element in char array of class

前端 未结 0 1028
半阙折子戏
半阙折子戏 2020-12-03 21:42

I want to add elements in the array of class MyString like this

void print(const MyString &obj)
{
    obj.print();
}

int main()
{
    MyString str1; // m         


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