Search:
Forum
General C++ Programming
Reading files from a specific location
Reading files from a specific location
May 14, 2010 at 6:54pm UTC
jhapk
(26)
Hi,
how do I make the C++ code read data files from a specific directory where I have all my data files stored rather than copying the data file always to the present working directory?
Thanks
May 14, 2010 at 6:57pm UTC
Albatross
(4553)
Just put in the full location into open()? Maybe?
-Albatross
May 14, 2010 at 10:32pm UTC
jhapk
(26)
that worked.
Thanks
Topic archived. No new replies allowed.
C++
Information
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs