Dynamic Sorting PredicateI've only looked over this thread briefly but if you are determined to use a predicate and you need ...
Vectors & Passing Objects [quote]The reason why I am asking is because since mySP is temporary it will be destroyed, I want t...
std::vector<> as function parameterwith the vector you'll have a lot more flexibility and be less prone to exceptions within the functi...
counting number of lines in a given filethis will probably help: [code] // // #include <vector> #include <string> #include <iostream> #in...
Vector problem The MyGenerator class is used to make what is called a function object, essentially the [code] dou...