程序在C ++中循环处理字符串中的每个字符
在此程序的此处,我们将看到如何在C++中遍历字符串的每个字符。要循环播放每个字符,我们可以使用从0到(字符串长度–1)的循环。为了访问字符,我们可以使用下标运算符“[]”或at()字符串对象的函数。
Input: A string “Hello World” Output: “Hello World”
算法
Step 1: Get the string Step 2: Use R before string to make it raw string Step 3: End
范例程式码
#include<iostream>
using namespace std;
main() {
string my_str = "Hello World";
for(int i = 0; i<my_str.length(); i++) {
cout << my_str.at(i) << endl; //get character at position i
}
}输出结果
H e l l o W o r l d
热门推荐
10 儿子立冬祝福语简短独特
11 对当兵的祝福语简短
12 侄儿高考试祝福语简短
13 伴郎红包祝福语朋友简短
14 媳妇生日简短祝福语朋友
15 公司年会祝福语简短最好
16 元旦感恩祝福语简短大全
17 红包祝福语简短10字
18 周六早晨祝福语简短