overwriting specific lines on a multidimensional array
Hello there, I have a set of variables that need to be overwritten onto a certain row on an multidimensional array (char array[100][80]; ) of strings. the variables are integers and they need to be in the form
00:00:00,000 --> 00:00:00,000
I don't know how overwrite the existing row and create the above string format with the integer variables on that row, any suggestions?
revenge2
Junior Poster in Training
79 posts since Feb 2007
Reputation Points: 10
Solved Threads: 2
>any suggestions?
Yes. Be more specific. I mean, if you can't find the row and then overwrite it with strcpy (or something similar, maybe sprintf), you must have a different problem than the one implied by your question.
Narue
Bad Cop
15,460 posts since Sep 2004
Reputation Points: 6,464
Solved Threads: 1,401