stl入门--reverse函数

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了stl入门--reverse函数相关的知识,希望对你有一定的参考价值。

#include<iostream>
#include<algorithm>         
using namespace std;
int main()
{
    char a[]="0123456789";
    int len=strlen(a);
    reverse(&a[0],&a[6]);        //a[6]没参加reverse
    for(int i=0;i<10;i++)
        cout<<a[i]<<" ";
    return 0;
}

以上是关于stl入门--reverse函数的主要内容,如果未能解决你的问题,请参考以下文章

[GeekBand] STL 仿函数入门详解

NO.6章 STL

STL_算法_逆转(reverse,reverse_copy)

C++stl问题reverse_iterator

stl入门

[转组第5天] | 天枢分享Reverse入门