c++challenged
02-19-07, 07:07 PM
Hi!
In my program I read data in from a file into a vector of vectors and then search through and print out certain matches. I have to use an iterator to print out those matches in lexicographical order (based on the first column). Any ideas how to do this??
In my program I read data in from a file into a vector of vectors and then search through and print out certain matches. I have to use an iterator to print out those matches in lexicographical order (based on the first column). Any ideas how to do this??