String Zero

From Valve Developer Community
Jump to navigation Jump to search
English (en)Deutsch (de)Translate (Translate)
This article or section is a stub. You can help by expanding it.

String Zero commonly referred to as "sz" or "Null-Terminated String" is a string followed by a null character.

In C++, the escape character for null is \0.

See also