cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
Undeclared Identifier Issue
Undeclared Identifier Issue
Feb 5, 2019 at 1:28am UTC
Jack599
(8)
.
Last edited on
Feb 5, 2019 at 2:13am UTC
Feb 5, 2019 at 1:29am UTC
mbozzi
(3932)
The path to a file is merely a string with special formatting. Strings go in double quotes, e.g.:
ifstream dfaInput(
"
dfa.txt
"
);
Last edited on
Feb 5, 2019 at 1:30am UTC
Topic archived. No new replies allowed.