User: Divad

  • Public profile

User profile: Divad

User info
User name:Divad
History
Joined:
Number of posts:6
Latest posts:

set with a special ordering
The last 2 answers were great thank you

set with a special ordering
The last answer was interesting. But it did not use "set". The nice thing about set is that it does ...

set with a special ordering
Ok. I try to clarify. o[0]==1 and o[9]==0 means that the 9'th element is before the zero'th element....

set with a special ordering
I have an array in a class with some numbers in a specific order. Now I want to create a set with r...

STL compare function in a struct
[code] bool comp(int a, int b) { return true; } bool(*fn_pt)(int,int)=comp; set<int,bool(*)(...

This user does not accept Private Messages