String Zero

From Valve Developer Community
Revision as of 21:33, 7 October 2007 by Ts2do (talk | contribs) (revert)
Jump to navigation Jump to search

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

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

See also