Deallocating the pointer but not its values

前端 未结 0 1756
时光取名叫无心
时光取名叫无心 2020-12-23 17:15

I have this type of code:

class A
{
  private:
    int z;
    std::vector v;
  public:
    A();
    A(int z,         


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