会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
kua-kua
博客园
首页
新随笔
联系
订阅
管理
2023年4月21日
string头文件的详细使用
摘要: 一、初始化初始化有两种方式,其中使用等号的是拷贝初始化,使用括号的是直接初始化。 1.字符串直接初始化 string str1="hello world"; string str2("hello world") 2.复制初始化 string str3=str1;//str3="hello world
阅读全文
posted @ 2023-04-21 08:41 _夸夸
阅读(974)
评论(0)
推荐(0)
编辑
公告