2013년 4월 22일 월요일

__int64의 범위


__int8, __int16, __int32, __int64

Microsoft C/C++ features support for sized integer types. You can declare 8-, 16-, 32-, or 64-bit integer variables by using the __intn type specifier, where n is 8, 16, 32, or 64.
8,16,32,64 비트 int형 변수를 정의하여 사용할수 있다.

signed __int64 > -9223372036854775808 ~ +9223372036854775807(약 -922경 ~ 약 +922경)
unsigned __int64 > 0 ~ 18446744073709551615(약 1844경)


댓글 없음:

댓글 쓰기