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?

>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.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.