亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

c++使用迭代器遍歷數組的方法

c++
小樊
86
2024-07-17 17:18:51
欄目: 編程語言

在C++中,可以使用迭代器來遍歷數組。以下是一個示例代碼:

#include <iostream>
#include <vector>

int main() {
    std::vector<int> arr = {1, 2, 3, 4, 5};

    // 使用迭代器遍歷數組
    for (std::vector<int>::iterator it = arr.begin(); it != arr.end(); ++it) {
        std::cout << *it << " ";
    }
    std::cout << std::endl;

    return 0;
}

在上面的代碼中,我們使用std::vector<int>::iterator來聲明一個迭代器it,然后通過it來遍歷數組arr。在循環中,我們通過*it來訪問迭代器指向的元素,并輸出到控制臺上。

0
安岳县| 明水县| 宁河县| 文昌市| 渝北区| 东莞市| 泰安市| 合肥市| 荥阳市| 台中县| 泸定县| 天长市| 久治县| 临洮县| 中江县| 思南县| 敖汉旗| 新河县| 绥中县| 策勒县| 赫章县| 荥经县| 修武县| 洪湖市| 宜兰市| 泸水县| 肥西县| 蒙山县| 松阳县| 聂拉木县| 姚安县| 原阳县| 青州市| 英德市| 碌曲县| 兴文县| 商洛市| 长乐市| 星子县| 剑河县| 大悟县|