accessing a file from my program

I have this text document with the results of a numerical model. I need to be able to pick some of them out and write them down in a column. I think I can figure out how provided I learn how to make a program that can access the text document.

What sort of instruction do you use for that?

Thanks in advance.
Last edited on
All the information necessary for that is here: http://www.cplusplus.com/doc/tutorial/files/

Just ask if you get stuck.
That looks neat. I'll read through it and ask if I'm in trouble.

Thanks very much!
Topic archived. No new replies allowed.