My two cents: If strings are a significant feature of your application, C is not the right implementation language for you.
I say that as someone who likes C and these days writes more of it than anything else. C's niche is systems programming and embedded, areas where strings are secondary at best.
I say that as someone who likes C and these days writes more of it than anything else. C's niche is systems programming and embedded, areas where strings are secondary at best.