SalimMeghani
Primary tabs
My stories
Dialog Box (1).
// Mesage handler for about box. LRESULT CALLBACK About(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam) { switch (message) { case...
- Read more about Dialog Box (1).
- Log in to post comments
- 282 reads
WndProc (Part 16).
type=stype+pvalue; *type='F'; } else { numeric=snumeric+pvalue; *numeric=(double *) calloc ((unsigned long) 1, sizeof(double)); *(*numeric)=atof(...
- Read more about WndProc (Part 16).
- Log in to post comments
- 205 reads
WndProc (Part 15).
// Called when inputting information. case WM_CHAR: if ((wParam!='\r') && (istat==0)) { szInputStr[0]=wParam; szInputStr[1]='\0'; // // input...
- Read more about WndProc (Part 15).
- Log in to post comments
- 207 reads
WndProc (Part 14).
// Called when resizing the worksheet. case WM_SIZE: cxClient=LOWORD(lParam); cyClient=HIWORD(lParam); hdc=GetDC(hWnd); SelectObject(hdc,...
- Read more about WndProc (Part 14).
- Log in to post comments
- 199 reads
Artificial Intelligence.
"If you create 'thinking' by using a form of mathematical relationships, then you create a form of 'Mathematical Intelligence'; which when related to...
- Read more about Artificial Intelligence.
- Log in to post comments
- 459 reads