Writing to/reading from files
When using
1 2 3
|
ifstream file;
file.open ("Data.txt");
file >> variable;
|
Is there a way to specify the line number, or another way to make it possible to use a single file for multiple variables?
Thank you
Topic archived. No new replies allowed.