Search:

Type: Posts; User: tabstop

Search: Search took 0.09 seconds.

  1. Have you ever tried forward slashes in a Windows...

    Have you ever tried forward slashes in a Windows program? You might surprise yourself.
  2. So put it there. stringstream path; path

    So put it there.


    stringstream path;
    path << logical_drive_letter;
    path << ":/Users/";
    path << username;
    path << "/other/things";
    _findfirst(path.string().c_str());
Results 1 to 2 of 2