Skip to content

Instantly share code, notes, and snippets.

@kailaix
Created April 17, 2019 22:54
Show Gist options
  • Select an option

  • Save kailaix/4472e15c883a4af244265c7ec33c6c5a to your computer and use it in GitHub Desktop.

Select an option

Save kailaix/4472e15c883a4af244265c7ec33c6c5a to your computer and use it in GitHub Desktop.
PWD in C++
std::string survey_fname;
std::string dir(__FILE__);
dir = dir.substr(0, dir.find_last_of("\\/"));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment