Guest_imported
New member
- Jan 1, 1970
- 0
hi,
I am having trouble with something I think you techies can
help me easily.
C++ will prompt the user for the name of the input file to open. Do I do it like this?
ifstream inputFile("Something"
;
cout<<"Enter name of Input file you want C++ to open: ";
cin>>inputFile;
ok, how do I cin the name of the file?I hope you can understand my question.thnkx in advance.
I am having trouble with something I think you techies can
help me easily.
C++ will prompt the user for the name of the input file to open. Do I do it like this?
ifstream inputFile("Something"
cout<<"Enter name of Input file you want C++ to open: ";
cin>>inputFile;
ok, how do I cin the name of the file?I hope you can understand my question.thnkx in advance.