1 #include "../src/FindHome.hxx" 2 #include <boost/format.hpp> 5 int main(
int argc,
char * argv[])
7 (void) argc; (void) argv;
10 std::cerr <<
"My home is [" << myhome <<
"]" << std::endl;
std::string findHome()
Find the directory in which the calling program resides.
int main(int argc, char *argv[])