I'm supposed to read data from a file on my disk and manipulate it. The thing is, that the file location is predetermined on my hard disk.
How can I specify the file path? I read a similar example but not quite identical, the code goes as:
string filepath;
inData.open(filepath+".path", .... ), I tried this but didn't seem to get it right.