User profile: Nebur

User info
User name:Nebur
History
Joined:
Number of posts:68
Latest posts:

When declaring a priority queue, how to specify the "sorting" function?
Thanks kind sir!

When declaring a priority queue, how to specify the "sorting" function?
Hello, I want to declare a priority queue of pairs of integers. Now i want it to be sorted in a s...

Compare function on sets
What I meant by it doesn't work is that it gives a compilation error.

Compare function on sets
Hello, How can I declare a set of strings that i want to be ordered by a boolean function Comp? L...

Question about data container 'map'
Don't you need to set the size of the map? I saw a code where typing m[k] would create the elemen...