SalimMeghani

Primary tabs

TypeTitleAuthorRepliesLast updated
StoryWndProc (Part 2) SalimMeghani07 years 9 months ago
StoryWndProc (Part 1) SalimMeghani07 years 9 months ago
StoryWinMain SalimMeghani07 years 10 months ago
Blog entryThe Sighs of a Mouse: Essays and Stories by Paul Chappell (FTSE100/Footsie) tcook412 years 8 months ago
Forum topicAll stories have disappeared.. SalimMeghani1212 years 11 months ago
Forum topicNew Way of Evaluating Reverse Polish? SalimMeghani012 years 11 months ago
Forum topicTechnical advice Natalia613 years 6 months ago
Forum topicAhmadineBad? Mangone2915 years 10 months ago
Forum topicMore Terrorists? Mangone1116 years 1 month ago
Forum topicThe Development Of A Simple Spreadsheet Program Dendrite1718 years 10 months ago

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