2 Apr
2008
2 Apr
'08
6:41 a.m.
Hello, I want to translate a list of id's into a compact string of list, e.g. from: 1,2,3,4,5,8,9,10,100 (of int type) to: "1:5,8:10,100" Yes, it's not a tough task to do it from scrath, but I think there should be an elegant way using boost components. Thanks for any helps otr hints. B/Rgds Max