I have CSV files that contain 2 columns of x and y coordinates, that are the positions of particles.
I want to read these files and be able to use the data inside to calculate a function (I mean I want use the coordinates to calculate the pair distribution function g(r)).
I have the algorithm to calculate this function but I need help with how to access the CSV files, and be able to read and use the data inside. I'm new to programing in C, can anyone help?