String Zero

From Valve Developer Community
Revision as of 19:23, 3 July 2006 by InvaderZim (talk | contribs)
Jump to navigation Jump to search

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

In C++, a null character is written as '\0'

See also: Wikipedia:Hungarian notation