What are your experiences from using C string libraries (bstring and friends)? I'm starting a project that I'm going to write in ANSI C and that is quite heavy on string processing, and having support for actual strings (as opposed to null-terminated arrays) would be a real time saver. And no, I'm not going to use glib or any other `let's make C something else entirely' solution.
Name:
Anonymous2010-02-20 11:09
I'm starting a project that I'm going to write in ANSI C
I lol'd quite heavy on string processing
I lol'd again and having support for actual strings (as opposed to null-terminated arrays) would be a real time saver
If you really want to save time, you'd do it in a higher level language.
Name:
Anonymous2010-02-20 11:20
>>1
Write it in Common Lisp, OP. It has support for actual strings (as opposed to null-terminated arrays; lolC) and you'll get some Ediware to help you.