c++.stlsoft - Integer to string conversions
- Pablo Aguilar (5/5) Jun 01 2005 One question... why is it there's no way to use the
- Matthew (3/8) Jun 01 2005 Just never done yet. The basic mechanism is there - just expand (+ and -...
- Pablo Aguilar (6/9) Jun 01 2005 Ok, I willl, thanks...
- Matthew (3/8) Jun 01 2005 Indeed.
- Matthew Wilson (3/8) Jul 12 2009 Have just implemented an integer_to_hex_string() set of functions, that ...
One question... why is it there's no way to use the [unsigned_]integer_to_string functions with a custom radix? I needed to convert process ids to hex strings, and the obvious candidate would've been in the integer_to_string family, but I can't get hex :-( Pablo
Jun 01 2005
Just never done yet. The basic mechanism is there - just expand (+ and -) the character table - and it's always been the intention to expand it thusly. If you want to have a go, feel free. :-) "Pablo Aguilar" <paguilarg hotmail.com> wrote in message news:d7l0bl$2ajk$1 digitaldaemon.com...One question... why is it there's no way to use the [unsigned_]integer_to_string functions with a custom radix? I needed to convert process ids to hex strings, and the obvious candidate would've been in the integer_to_string family, but I can't get hex :-( Pablo
Jun 01 2005
"Matthew" <admin.hat stlsoft.dot.org> wrote in message news:d7l362$2do7$1 digitaldaemon.com...Just never done yet. The basic mechanism is there - just expand (+ and -) the character table - and it's always been the intention to expand it thusly. If you want to have a go, feel free. :-)Ok, I willl, thanks... BTW, I just received approval from SourceForge on the install utility I mentioned before, still interested? Pablo
Jun 01 2005
"Pablo Aguilar" <paguilarg hotmail.com> wrote in message news:d7l455$2ems$1 digitaldaemon.com..."Matthew" <admin.hat stlsoft.dot.org> wrote in message news:d7l362$2do7$1 digitaldaemon.com...CoolJust never done yet. The basic mechanism is there - just expand (+ and -) the character table - and it's always been the intention to expand it thusly. If you want to have a go, feel free. :-)Ok, I willl, thanks...BTW, I just received approval from SourceForge on the install utility I mentioned before, still interested?Indeed.
Jun 01 2005
Have just implemented an integer_to_hex_string() set of functions, that will appear in the next alpha release of STLSoft 1.10. Only took four years! ;-) "Pablo Aguilar" <paguilarg hotmail.com> wrote in message news:d7l0bl$2ajk$1 digitaldaemon.com...One question... why is it there's no way to use the [unsigned_]integer_to_string functions with a custom radix? I needed to convert process ids to hex strings, and the obvious candidate would've been in the integer_to_string family, but I can't get hex :-( Pablo
Jul 12 2009