Friday, June 17, 2005
28. How do I know what the equivalent C string library functions are for descriptors?
Just about all the C string library functionality has been implemented by the descriptor base classes, so you can chop them up, rearrange, tokenise and format them just like you have always been able to do with C strings.
Here's a useful table which compares C string functions with their descriptor equivalents. I found the information in section 5 of [reference 7]
Here's a useful table which compares C string functions with their descriptor equivalents. I found the information in section 5 of [reference 7]