SalimMeghani

Primary tabs

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

My stories

eval_brkt().

void eval_brkt(int *error, char *form, int *start, int *end, int *bracket, int *length) { int loop=0,size=0; char *ecopy=NULL; char *nbrac=NULL; char...

find_brkt()

// void find_brkt(int *error, char *form, int *start, int *end, int *bracket, int *length) { int loop, loop2, rgtbrac=0; loop=loop2=0; *length=strlen...

eval_parser (Part 1).

// Reverse Polish Parser. double eval_parser(char* newyk, int *error) { double answer=0; switc=newyk[x]; if ((switc=='%') && (x==0)) // In...

eval_parser() (Part 2) & Misc. Parser functions.

if (switc=='%' && texas[s-1]=='%') { putcalif('%'); break; } } while (!(switc=='%' && texas[s-1]=='%')); // form3=(char *) calloc ((...

evaluate_cell().

// Evaluate and store contents of a cell in szBuffer. void evaluate_cell(int column, int row, char type, char *szBuffer, char top, char *genetic) {...

Pages