String Zero: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (linked the german translation, moved the categories to the bottom)
mNo edit summary
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{otherlang2
{{lang|String Zero}}
|en=String_Zero
{{stub}}
}}
'''''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}}.


Line 7: Line 6:


==See also==
==See also==
*[[Wikipedia:Hungarian notation]]
*{{w|Hungarian notation}}


[[Category:Glossary]]
[[Category:Glossary]]
[[Category:Variables]]
[[Category:Variables]]

Latest revision as of 03:52, 3 February 2024

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

Stub

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 Wikipedia icon null character.

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

See also