Jim Viebke
Results
3
comments of
Jim Viebke
Would you consider adding a code example?
Thanks for looking at this. I should have noted that the path is correct, Dropbox was not running, and VS has elevated permissions. I copied the solution folder to C:/tmp/...
The code exactly as is reads each backslash as an escape sequence, so it does not build, but changing the path to either of `"C:/tmp/Prime Bitstrings/";` or `R"(C:\tmp\Prime Bitstrings\)";` correctly...