为了账号安全,请及时绑定邮箱和手机立即绑定

怎样用堆的方式调用拷贝函数

老师调用拷贝函数用的是栈的方式,用堆的方式该怎么做?

正在回答

1 回答

#include <iostream>

#include <string>

using namespace std;

class Student {

string m_strName;

int m_iAge;

};

int main(){

Student * p=new student();

stu->m_strName="慕课网";

stu->m_iAge=2;

cout <<"student name is: "<<stu->m_strName<<"\t"<<"student age is: "<<stu->m_iAge<<endl;

}

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
C++远征之封装篇(上)
  • 参与学习       103410    人
  • 解答问题       701    个

封装--面向对象的基石,本教程力求帮助小伙伴们即学即会

进入课程

怎样用堆的方式调用拷贝函数

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信