会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
你的雷哥
博客园
首页
新随笔
联系
订阅
管理
2019年10月19日
String类型_static成员_动态内存分配_拷贝构造函数_const关键字_友元函数与友元类
摘要: 1:String类型 1 #include <iostream> 2 using namespace std; 3 int main() 4 { 5 //初始化方法 6 string s1 = "hello";//默认构造方法 7 string s2(s1);//将s2初始化为s1的一个副本 8 s
阅读全文
posted @ 2019-10-19 22:05 你的雷哥
阅读(298)
评论(0)
推荐(0)
编辑
公告