There is an array, the data in which changes in a loop and is output in the same loop. It is necessary to write this array with different data into columns in one csv file. And the problem arose that fprintf prints to a file line by line, and the array changes every time. He explained not very much but threw the essence on the screen
- Show your code. - Abyx
- Solved the problem with an intermediate array - Gissh
|
