A string that ends with (and does not include) a "null" (ASCII 0) byte, as used by the C language
In a 2008 post on his site, Herb Sutter states the following: There is an active proposal to tighten this up …
c++ string c++11 language-lawyer null-terminatedJust wondering why this is the case. I'm eager to know more about low level languages, and I'm only into …
c string null-terminated