2021-08-26 22:50 浏览: 10 次 来源: 码小辫
来源地址: https://mp.weixin.qq.com/s/Rwmp1ktmOOw8nkFsXW_h8g
免责声明: 本栏目资源为转载资源如有侵权请联系 企鹅:826319429 告知本站将及时删除谢谢!
持久内存
struct account {
string name;
int money;
};
struct account *xfg = new account();
xfg->name = "xiaofengge";
xfg->money = 100000000; // 单位人民币
struct data *xfg = new data();
xfg->name = "xiaofengge";
xfg->money = 100000000;
-END-
关注视频号,参与留言送书活动
↓↓↓↓
点分享
点点赞
点在看