c++ - Copying a text file into debug directory -
working c++ fstream in visual studio, , i'm wondering if there's simple way include specific files in debug folder (or build folder really). know in c# there's option "always copy path" or along lines, can use relative path (ex: "filename.txt") easily. i'm wondering if there's equivalent in c++, or if i'm stuck building full path , using that?
Comments
Post a Comment