Hi, how to use multiple file's in a program?
Example: one to be with menu and another one to be with an engine, the first one need to use the second one to complete a thing
Thanks in advance for any tryes! This is not an homework! Sorry for my english! Im beginner!
File 1;
1 2 3 4 5 6
//...
cout<<"Enter file's location: "<<endl;
cin >> a; //which is file location
//accepting the result of a
Useing the File 2;
File 2:
1 2
//Finding the files engine
//after succeful final, go back with result's for file 1 to display it