C++ Primer-字符串字面量
2021-07-04 05:07
阅读:389
标签:style har color 字符 数组 string str world 结束 可以使用字符串字面量来初始化string对象,任何出现字符串字面量的地方都可以用以空字符结束的字符数组来替代。 C++ Primer-字符串字面量 标签:style har color 字符 数组 string str world 结束 原文地址:https://www.cnblogs.com/archerzon/p/9614251.html
char ca1[] = "hello world";//"hello world"就是字符串字面量
char ca1[] = {‘h‘,‘e‘,‘l‘,‘l‘,‘o‘,‘ ‘,‘w‘,‘o‘,‘r‘,‘l‘,‘d‘,‘\0‘};//即字符数组
上一篇:Python 实现快递查询
文章来自:搜素材网的编程语言模块,转载请注明文章出处。
文章标题:C++ Primer-字符串字面量
文章链接:http://soscw.com/index.php/essay/101594.html
文章标题:C++ Primer-字符串字面量
文章链接:http://soscw.com/index.php/essay/101594.html
评论
亲,登录后才可以留言!