User profile: neutron star

User info
User name:neutron star
Email:malakar.subhendu@gmail.com
Name:Subhendu Malakar
Location:Kolkata,India
Statistical data
Birthdate:Jul 9, 1991
Gender:Male
Occupation:Student
Skills:C
C++
History
Joined:
Number of posts:11
Latest posts:

deleting a pair for reuse
ok it worked. i thought it the other way.

deleting a pair for reuse
second is a 2d vector and calling p.second.clear() will clear only the contents of the first vector ...

deleting a pair for reuse
i'm using a pair variable to store some data and every time in the loop i need to delete the conten...

inserting elements in a set with type pair
thanks for the reply. i have to put the -std=c++0x to compile it. Asking if gcc has supported the c...

inserting elements in a set with type pair
I want to use a dataset of type set which will have the type pair<char,string> or pair<string,string...