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
partial_sum « STL Algorithms Helper « C++
C++
STL Algorithms Helper
partial_sum
1.
Use partial_sum to print all partial sums
2.
Use partial_sum to print all partial products
3.
Use partial_sum to convert elements in a container into absolute values
4.
partial_sum( ) creates a sequence that is a running total of the original sequence.
5.
make a sequence starting at -10 and increasing by 100 and sum it with partial_sum
6.
Making Consecutive Numbers