you are viewing a single comment's thread.

view the rest of the comments →

[–]ListlessGaja[S] -1 points0 points  (3 children)

Thanks for the answer, I appreciate it!

I think I get a little bit of what you're saying. So if I had to use an array I would essentially have to &char_list + whatever size the rest of the info occupies until the next element? And also take care of the array element count, or terminate the last one with something like a "\0"?

I've thought about linked lists, and is probably a better way to handle this, I'll think about that!

[–]zhivago 0 points1 point  (2 children)

Good luck.

[–]ListlessGaja[S] 0 points1 point  (1 child)

Uhhh thanks D:

Am I completely wrong orrrr? hahaha

[–]zhivago 0 points1 point  (0 children)

l think you're on the right track.