Just a guess here (I dont' know my ass from my elbow in C), but could it be due to the fact that you're trying to point to a memory range with a single pointer? Perhaps see if pointing the pointer to the first array element brings you more success, or perhaps replacing the array of chars with a linked list.


Reply With Quote

Bookmarks