Home
C++ Tutorial
Language Basics
Data Types
Operators statements
Array
Development
Exceptions
Function
Structure
Class
Operator Overloading
Pointer
File Stream
template
STL Introduction
string
vector
list
bitset
set multiset
valarray
queue stack
deque
map multimap
STL Algorithms Modifying sequence operations
STL Algorithms Non modifying sequence operations
STL Algorithms Binary search
STL Algorithms Sorting
STL Algorithms Merge
STL Algorithms Min Max
STL Algorithms Iterator
STL Algorithms Heap
STL Algorithms Helper
fill_n « STL Algorithms Modifying sequence operations « C++ Tutorial
C++ Tutorial
STL Algorithms Modifying sequence operations
fill_n
24.2.fill_n
24.2.1.
Use the fill_n algorithms: Fill 3 more positions with Y's
24.2.2.
Use std::fill_n to fill the first five elements of chars with 'A'
24.2.3.
Use fill_n function to insert 'hello' nine times
24.2.4.
Use fill_n function to replace all but two elements with 'hi'
24.2.5.
Use fill_n to Fill the three elements starting at offset position 3 with value -9