Stack STL with 2 params

Posted by petercartagena on Stack Overflow See other posts from Stack Overflow or by petercartagena
Published on 2010-05-27T16:39:11Z Indexed on 2010/05/27 16:41 UTC
Read the original article Hit count: 273

Filed under:
|
|

Im implementing a B-tree in C++,I have a stack which saves pairs . my problem is, how i put in this stack because push only accept 1 argument. thanks

© Stack Overflow or respective owner

Related posts about c++

Related posts about stl