cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
accessing a file from my program
accessing a file from my program
Jul 9, 2010 at 4:41pm UTC
kokito
(2)
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
Jul 9, 2010 at 4:44pm UTC
Jul 9, 2010 at 4:55pm UTC
mcleano
(922)
All the information necessary for that is here:
http://www.cplusplus.com/doc/tutorial/files/
Just ask if you get stuck.
Jul 9, 2010 at 4:57pm UTC
kokito
(2)
That looks neat. I'll read through it and ask if I'm in trouble.
Thanks very much!
Topic archived. No new replies allowed.