User profile: jmadsen

User info
User name:jmadsen
History
Joined:
Number of posts:24
Latest posts:

Dynamic Sorting Predicate
I'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 parameter
with 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 file
this 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...