User profile: bugs

User info
User name:bugs
Name:Ted Wang
Location:Taiwan
History
Joined:
Number of posts:3
Latest posts:

question about _stdcall
Thanks! It helps a lot.

question about _stdcall
I am learing MFC. Here comes a question about _stdcall in MFC RTTI structure. #define PASCAL _st...

How to use typedef struct tagName
Is there any special meaning of "tag" below? typedef struct tagMSG { HWND hwnd; UINT message; ...