1 2 3 4
void freeArray(int **a, int m) { int i; if (a) { ...
C On Freeing memory of a Multidi...
by black-fox.myopenid.com,
December 01, 2009 17:21
you may want some more chec...
1 2 3 4
uuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuiiikjhkjhk ...
1 2 3 4
#define DoNothing( unused ) int main(void){ ...
1 2 3 4
... for (i = 0; i < strlen(name2); i++) { if (isalpha(name2[i])) { ...
C On FLAMES!!!!!!!!!!!!!!!!!
by Thomas salvador,
November 15, 2009 14:34
argh. copy and paste bug. i...
1 2 3 4
int EasyCommonNumber(const char * name1, const char * name2) { // use atoi() if you prefer explicit type change int counts[255]; ...
C On FLAMES!!!!!!!!!!!!!!!!!
by Thomas Salvador,
November 15, 2009 14:27
hi.
instead of the upper C...
C On linear recurrence computation
by getopenid.com/eliben,
November 02, 2009 16:49
You're right about the acce...

You have a much bigger prob...