I’m still working on converting char * strings to std::string strings. Here’s the recent progress:
Reference |
5-27-07 |
5-29-07 |
6-1-07 |
6-4-07 |
6-10-07 |
6-15-07 |
strncat |
772 |
723 |
641 |
605 |
606 |
581 |
snprintf |
1199 |
1166 |
1096 |
1079 |
1064 |
1032 |
const char * |
343 |
287 |
317 |
330 |
341 |
330 |
MAX_STRING_LENGTH |
2404 |
2313 |
2062 |
2011 |
2000 |
1955 |
MAX_INPUT_LENGTH |
471 |
446 |
153 |
153 |
142 |
108 |
Since 5/27 we’ve gone from about 5200 references down to 4000. There’s still PLENTY to do.
Because of the way strings are handled, the number of references “to const char *” will fluctuate during the conversion and probably not decrease much until we’re nearly complete.