readline

I posted a early forum for making a milkshape 3d reader where the program would take a exported text file from milkshape and store all the points in a array. i was having trouble navigating around the text file but then some one told me to use a function called readline. im sure there is no function that exist like that
but making one would not be a bad idea. does anybody have a idea how this would work?
I assume you are reffering to this post http://cplusplus.com/forum/beginner/63509/ the "readline" there is pseudo code. Use getline http://www.cplusplus.com/reference/string/getline/
thanks! this is what Ive been looking for for a long time.
Topic archived. No new replies allowed.