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
How do I load a user defined file?
How do I load a user defined file?
Feb 15, 2012 at 2:36am UTC
fellaroy
(1)
I am working on a project in C++ and the specifications are that I load a file specified by the user. In this file will be thousands of random words. How do I do that?
Feb 15, 2012 at 5:37am UTC
ResidentBiscuit
(4459)
File locations are accepted as strings. Have the user enter a string that is the location of the file, then fopen(userInput)
Topic archived. No new replies allowed.