Deleting an unused variable makes my code seg fault....
@aproposIn C, can I have an array of strings and then do strcpy into it like strcpy(strings[i], str)?
@matrix @apropos if you have adequate space in the destination buffer, then yes. Also don’t forget about the null terminator.
@VD15 @apropos Doesn't strcpy insert that?
@apropos @VD15 It has that so the problem is elsewhere
@matrix @apropos It copies it over, if that’s what you mean, but it doesn’t create one if it doesn’t exist.
@VD15 @apropos I think it might be something here
Mainly gaming/nerd instance for people who value free speech. Everyone is welcome.