Click here to Skip to main content
15,792,217 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Unexpected #endif with stdafx.h Pin
Mark Salsbery8-Aug-08 9:55
Mark Salsbery8-Aug-08 9:55 
QuestionDWORD PTR [modified] Pin
vikramlinux7-Aug-08 20:52
vikramlinux7-Aug-08 20:52 
AnswerRe: DWORD PTR Pin
SandipG 7-Aug-08 20:56
SandipG 7-Aug-08 20:56 
AnswerRe: Off Topic Pin
toxcct7-Aug-08 22:11
toxcct7-Aug-08 22:11 
GeneralRe: Off Topic Pin
vikramlinux7-Aug-08 23:34
vikramlinux7-Aug-08 23:34 
GeneralRe: Off Topic [modified] Pin
toxcct7-Aug-08 23:36
toxcct7-Aug-08 23:36 
AnswerRe: DWORD PTR Pin
Mark Salsbery8-Aug-08 10:00
Mark Salsbery8-Aug-08 10:00 
AnswerRe: DWORD PTR Pin
Dan9-Aug-08 22:31
Dan9-Aug-08 22:31 
DWOD defines the bit size of the memory being used, PTR is a modifier indicating that we are pointing to a memory location.
The following are defined in x86
BYTE - 8 bits
WORD - 16 bits
DWORD - 32 bits ( double word )
QWORD - 64 bits ( quadruple word )
DQWORD - 128 bits ( double quadruple word )

GeneralRe: DWORD PTR Pin
vikramlinux10-Aug-08 19:51
vikramlinux10-Aug-08 19:51 
QuestionSetWindosLong and CallWindowProc Pin
Reese Wang7-Aug-08 20:51
Reese Wang7-Aug-08 20:51 
AnswerRe: SetWindosLong and CallWindowProc Pin
Hamid_RT8-Aug-08 0:19
Hamid_RT8-Aug-08 0:19 
QuestionLogical Drive Pin
Davitor7-Aug-08 20:21
Davitor7-Aug-08 20:21 
AnswerRe: Logical Drive Pin
SandipG 7-Aug-08 21:11
SandipG 7-Aug-08 21:11 
GeneralRe: Logical Drive Pin
Davitor7-Aug-08 21:20
Davitor7-Aug-08 21:20 
GeneralRe: Logical Drive Pin
SandipG 7-Aug-08 21:23
SandipG 7-Aug-08 21:23 
GeneralRe: Logical Drive Pin
Davitor7-Aug-08 21:49
Davitor7-Aug-08 21:49 
GeneralRe: Logical Drive Pin
SandipG 7-Aug-08 22:00
SandipG 7-Aug-08 22:00 
GeneralRe: Logical Drive Pin
Davitor7-Aug-08 22:09
Davitor7-Aug-08 22:09 
GeneralRe: Logical Drive Pin
SandipG 7-Aug-08 22:27
SandipG 7-Aug-08 22:27 
GeneralRe: Logical Drive Pin
Davitor7-Aug-08 22:54
Davitor7-Aug-08 22:54 
GeneralRe: Logical Drive Pin
Davitor8-Aug-08 2:19
Davitor8-Aug-08 2:19 
AnswerRe: Logical Drive Pin
David Crow8-Aug-08 4:47
David Crow8-Aug-08 4:47 
GeneralRe: Logical Drive Pin
Davitor9-Aug-08 3:48
Davitor9-Aug-08 3:48 
Questionvlaue of Pi Pin
ani_ikram7-Aug-08 17:59
ani_ikram7-Aug-08 17:59 
AnswerRe: vlaue of Pi Pin
Stephen Hewitt7-Aug-08 18:25
Stephen Hewitt7-Aug-08 18:25 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.