diff --git a/STL cpp.txt b/STL cpp.txt index b3b3808..323121c 100644 --- a/STL cpp.txt +++ b/STL cpp.txt @@ -1,3 +1,4 @@ for vectors-- sort( a.begin() , a.end() ); +reverse( a.begin() , a.end() );