Undeclared Identifier Issue

Feb 5, 2019 at 1:28am
.

Last edited on Feb 5, 2019 at 2:13am
Feb 5, 2019 at 1:29am
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
Topic archived. No new replies allowed.