Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
Home
C++
Bitset
Class
Console
Data Structure
Data Type
Deque
Development
File
Function
Generic
Language
List
Map Multimap
Overload
Pointer
Qt
Queue Stack
Set Multiset
STL Algorithms Binary search
STL Algorithms Heap
STL Algorithms Helper
STL Algorithms Iterator
STL Algorithms Merge
STL Algorithms Min Max
STL Algorithms Modifying sequence operations
STL Algorithms Non modifying sequence operations
STL Algorithms Sorting
STL Basics
String
Valarray
Vector
unique copy « STL Algorithms Modifying sequence operations « C++
C++
STL Algorithms Modifying sequence operations
unique copy
1.
Remove adjacent duplicates: unique_copy
2.
Read all characters while compressing whitespaces
3.
Use unique_copy to copy elements in an array to list with back_inserter
4.
Copy only unique elements in a vector into another vector
5.
Use unique_copy to print elements with consecutive duplicates removed
6.
Use unique_copy to print elements without consecutive entries that differ by one
7.
Copy standard input to standard output while compressing spaces