64bit 고려
__int64
참고 :
[MS-DTYP]: Windows Data Types : http://msdn.microsoft.com/en-us/library/cc230273(PROT.10).aspx
64 Bit 프로그래밍 시 주의할 점 : http://nsjokt.springnote.com/pages/2781920
32bit의 calling convention은 __cdecl, __stdcall, __fastcall, __thiscall
64bit의 calling convention은 __fastcall 하나로 통일됨(32bit의 __fastcall과는 다름)
64bit는 inline assembly(__asm) 사용 불가
pointer
32bit의 pointer는 4 bytes
64bit의 pointer는 8 bytes
handle이 void* 이므로 주의
'C++' 카테고리의 다른 글
현재 프로그램이 사용중인 메모리 사용량 (0) | 2012.01.02 |
---|---|
IE9 .exe 파일 다운로드 및 실행시 "이 프로그램은 컴퓨터를 손상시킬 수 있습니다." (0) | 2011.10.21 |
std::find_if (0) | 2011.10.21 |
boost 설치 (0) | 2011.08.17 |
Dependency 관련 (0) | 2011.06.10 |
ActiveX 제작시 고려 사항 - vista, win7, 64 bit (0) | 2011.06.09 |
RapidXml (0) | 2011.06.05 |
MFC UI 꾸미기 (0) | 2011.06.01 |