Posts by random2137 • 1 point
1 post
-
0
votes1
answer382
viewsQ: Open, read and write csv
I have a C code that is using the base structure for reading. Read FILE *input; input=fopen(argv[1],"r"); points=(Point*)malloc(sizeof(Point)*num_points); readPoints(input,points,num_points);…
casked random2137 1