Hi,
I am trying to get a C++ tool to just read an input file and I added the file to the project, but whenever I try to open the file with
ifstream infile( "input.txt" );
it fails to open correctly. i.e., infile evaluates to false.
Ideas anyone?
thanks much.
I am trying to get a C++ tool to just read an input file and I added the file to the project, but whenever I try to open the file with
ifstream infile( "input.txt" );
it fails to open correctly. i.e., infile evaluates to false.
Ideas anyone?
thanks much.