Long: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
m (→‎top: clean up, added stub tag)
 
(18 intermediate revisions by 13 users not shown)
Line 1: Line 1:
[[category:variables]][[category:Glossary]]
{{lang|Long}}
'''Long''' is a signed [[integer]] type. C++ standards guarantee it is at least 32 bits, and no smaller than type <code>integer</code>.
 
[[Category:C++]]
[[Category:Variables]]
[[Category:English]]


A signed [[integer]] type.
C++ standards guarantee it is at least 32 bits, and no smaller than type [[integer]]


{{stub}}
{{stub}}

Latest revision as of 02:34, 6 January 2024

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

Long is a signed integer type. C++ standards guarantee it is at least 32 bits, and no smaller than type integer.


Stub

This article or section is a stub. You can help by expanding it.