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

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

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