Sunday, September 27, 2015

working directory, project or solution directory?

From here:

http://codeyarns.com/2013/12/30/how-to-change-working-directory-in-visual-studio/

"When developing a C++ program using Visual Studio, you typically compile and run it from the Visual Studio IDE. By default, when you do this, the executable is run with the working directory being the directory containing the Visual C++ project (.vcxproj). That is, this is the directory which acts as the current directory for your executable, when it run from within Visual Studio. Note that if you ran the executable from a commandline, then the working directory would be the current directory of your command prompt."

See the referred to page for how to change, etc.

No comments: