Long: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{lang|Long}} | {{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>. | '''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:Variables]] | ||
[[Category:English]] | [[Category:English]] |
Revision as of 20:07, 13 April 2023
Long is a signed integer type. C++ standards guarantee it is at least 32 bits, and no smaller than type integer
.