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

Popular posts from this blog

javascript - How to name a jQuery function to make a browser's back button work? -

python - Django-easy-pdf: xhtml2pdf reporting reportlab 2.2+ is required, but 3.0 installed -

collision detection - C++ library for mesh to mesh intersection: what is available? -