How I can get the executable path? Here I would like to take into consideration system native path representation.
I know it is possible using Qt, but it is not my choice this time. I have not found any possibilities of doing that with boost filesystem library. Any suggestions?
Yeah seem like duplicated, C++ development as usual impresses with its ability of making problems out of nothing.
Completely agree with Ben Hymers
So is this what everyone does whenever they want to find the executable's path in C++? I was hoping something as simple-sounding as this would already be implemented in a library like boost.