I use Visual Studio 2012 for compiling C++. I created a win.32 console app and made a text file named "Mydata.txt" and wrote into it and then closed the file and then the project. Now I want to read that "Mydata.txt" file from another new project. How can I tell the new project/program that where to access and then read that "Mydata.exe" file?
The .txt file is in address "C:\Users\Myname\Desktop\raw_temps.txt".
When I run that, only the error (" ... ") function operates and theifs can't open the raw_temps.txt file.
Why?