String Zero

From Valve Developer Community

Revision as of 04:33, 8 October 2007 by Ts2do (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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

Personal tools