Home › Forums › Programming › retrieve ull path to c++ executable › Reply To: retrieve ull path to c++ executable
April 11, 2006 at 7:14 pm
#30877
Inactive
In C and C++ applications argv[0] is set to the executables path. If you’re using C++, I highly recomend boost (boost.org) and its filesystem libraries.