Do I always have to specify absolute path for objects instantiated from std::fstream class? In other words, is there a way to specify just relative path to them
Say you have a src folder directly under your project directory and the src folder contains another tmp_folder folder which contains a txt file named readMe.txt. So the txt file can be read in this way