String Zero: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (translation corrected)
mNo edit summary
Line 1: Line 1:
{{otherlang2
{{lang|String Zero}}
|de=String_Zero:de
}}
'''''S'''tring '''Z'''ero'' commonly referred to as "sz" or "Null-Terminated String" is a [[string]] followed by a {{wiki|null character}}.
'''''S'''tring '''Z'''ero'' commonly referred to as "sz" or "Null-Terminated String" is a [[string]] followed by a {{wiki|null character}}.



Revision as of 05:47, 15 November 2022

English (en)Deutsch (de)Translate (Translate)

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