I was wounder if there's a better technique of storing strings in C. Rather then having them all stuffed in a character pointer array.
Since I have a structure with one of these character pointer array's, allocating each array has become a great hassle. And I have no clue to a better way of doing this. It just seems completely wrong to me.
Since I have a structure with one of these character pointer array's, allocating each array has become a great hassle. And I have no clue to a better way of doing this. It just seems completely wrong to me.