dacap / pocketcpp

Compile C++11 / C++14 / C++17 / C++20 snippets with Notepad++ and MinGW/gcc 9.2.0
82 stars 17 forks source link

Add an option to change the working directory #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
By default programs should be executed with their same directory as working 
directory (so I/O is more intuitive). Also it should be configurable.

More info: 
http://stackoverflow.com/questions/18886261/pocket-cpp-nppexec-where-does-it-sea
rch-for-txt-files-when-using-ifstream

Original issue reported on code.google.com by davidcapello on 24 Sep 2013 at 5:27

GoogleCodeExporter commented 9 years ago
Actually, you can check this...
Run npp, select plugins -> nppexec -> follow$(current_directory)
This might solve your problem...
I think pocket c++ is not bad!

Original comment by tothes...@gmail.com on 21 Apr 2014 at 2:01