Long: Difference between revisions
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
No edit summary  | 
				 (cleanup)  | 
				||
| Line 1: | Line 1: | ||
[[  | '''Long''' is a signed [[integer]] type. C++ standards guarantee it is at least 32 bits, and no smaller than type <code>integer</code>.  | ||
[[Category:Variables]]  | |||
[[Category:Glossary]]  | |||
Revision as of 12:33, 17 November 2007
Long is a signed integer type. C++ standards guarantee it is at least 32 bits, and no smaller than type integer.