cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
user name:
password:
Forgot your password?
please wait
try again
cancel
forgot your password?
sign up
log in
[Legacy version]
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
Feb 5, 2019 at 1:28am UTC
Jack599
(8)
.
Last edited on
Feb 5, 2019 at 2:13am
Feb 5, 2019 at 2:13am UTC
Feb 5, 2019 at 1:29am
Feb 5, 2019 at 1:29am UTC
mbozzi
(3943)
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
Feb 5, 2019 at 1:30am UTC
Topic archived. No new replies allowed.