Dan Buch
|
7cb0c4aab5
|
using strlen and strncpy to make copies of strings instead of just copying pointers, although the need for (char *) makes me think I don't have the right idea
|
2011-09-10 01:06:06 -04:00 |
|
Dan Buch
|
de57b63f46
|
just doing pointer copy again
|
2011-09-10 00:33:57 -04:00 |
|
Dan Buch
|
c5e4c2cf26
|
using strcpy instead of just copying pointers
|
2011-09-10 00:33:38 -04:00 |
|
Dan Buch
|
1a1c89af7a
|
"copying" strings into other array
|
2011-09-10 00:29:54 -04:00 |
|
Dan Buch
|
933a9a04fc
|
back to a more normal while-loop
|
2011-09-10 00:27:04 -04:00 |
|
Dan Buch
|
1d4044d586
|
counting backwards instead
|
2011-09-10 00:26:24 -04:00 |
|
Dan Buch
|
6c210c9b40
|
working version of ex11.c
|
2011-09-10 00:22:25 -04:00 |
|