> It's unfortunate there isn't any standard > for managed strings that do dynamic memory allocation, as that's what > would be better for most new programs.... I used to use asprintf(&foo, ...) a lot, but had to stop using it because some older glibc versions cause corruption with it. -Andi -- ak@linux.intel.com -- Speaking for myself only.