码迷,mamicode.com
首页 > 编程语言 > 详细

c++字符串初始化

时间:2017-04-01 19:15:14      阅读:149      评论:0      收藏:0      [点我收藏+]

标签:clu   bsp   comment   ++   ring   nbsp   class   bcd   字符串   

#include<string>

 string s1 = "abcdefg";  

 string s2("abcdefg"); 

c++字符串初始化

标签:clu   bsp   comment   ++   ring   nbsp   class   bcd   字符串   

原文地址:http://www.cnblogs.com/ymjyqsx/p/6657112.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!