cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
Vector of Pair
Vector of Pair
Nov 7, 2012 at 11:42am UTC
ggicollegepunjab
(6)
What is vector of pair in C++ and what is the addition process of it in a typical C++ program???
Nov 7, 2012 at 12:19pm UTC
Peter87
(11234)
Not sure what you are asking.
std::vector<std::pair<
int
,
int
>> vectorOfPairOfInts;
Topic archived. No new replies allowed.