SalimMeghani

Primary tabs

I have 53 stories published in 0 collections on the site.
My stories have been read 21090 times

SalimMeghani's picture
Salim Meghani

 

My stories

Dialog Box (1).

// Mesage handler for about box. LRESULT CALLBACK About(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam) { switch (message) { case...

WndProc (Part 16).

type=stype+pvalue; *type='F'; } else { numeric=snumeric+pvalue; *numeric=(double *) calloc ((unsigned long) 1, sizeof(double)); *(*numeric)=atof(...

WndProc (Part 15).

// Called when inputting information. case WM_CHAR: if ((wParam!='\r') && (istat==0)) { szInputStr[0]=wParam; szInputStr[1]='\0'; // // input...

WndProc (Part 14).

// Called when resizing the worksheet. case WM_SIZE: cxClient=LOWORD(lParam); cyClient=HIWORD(lParam); hdc=GetDC(hWnd); SelectObject(hdc,...

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...

Pages