User profile: Kavin9

User info
User name:Kavin9
History
Joined:
Number of posts:4
Latest posts:

about pointer to funtion
& means reference [code]int F1(int a, int b){ ... }; typedef int (&vifii) (int, int); int mai...

LPCWSTR conversetion problem
well, I mean if macro UNICODE defined [b]MessageBoxW()[/b] euqls to [b]MessageBox() [/b]and [b]L"St...

LPCWSTR conversetion problem
you can use either 1), 2) or 3) 1)[code] MessageBoxA(NULL, "Window Registration Fa...

Dialog boxes
[code]INT_PTR CALLBACK Sqrt(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam) { UNREFEREN...