Hacker News new | past | comments | ask | show | jobs | submit login

Why do you need a dynamic string of any sort for this problem?

(I think you estimated badly, for what it's worth.)




You'd need it to read words, unless you're using a libc function that does the allocation for you. (Not that you actually need a full string, realloc works just fine for the code I'm writing.)


Yeah, I just used strdup and strsep, like a C programmer. You don't need a dynamic string to count words.

:P




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: