I am trying to edit a string in c. I need to remove the last 84 characters from a string[400], insert text and re-insert the 84 character string at the end.
No problem adding text or coping text in C, but I can't remember how to reorder/manipulate the text string.
Just need my memory jogged.
Thanks for any help.