I'm trying to learn C++ and right now I'm writing a program that needs to output a list of pairs of integers.
What is the best way to handle this? I don't have the boost library available on our linux computers at school, so I don't believe I can use boost::tuple.
Any suggestions?