Hacker News new | ask | show | jobs
by javathrowaway 3476 days ago
Yeah, and how do you store NUL chars in those C strings then?

The answer is you can't. Because prefix-length strings (Pascal) are far better than null-terminated (C) strings.