Search:

Type: Posts; User: Saphlyx

Search: Search took 0.00 seconds.

  1. Replies
    10
    Views
    9,786

    What about this: string...

    What about this:


    string set_intersection2(const string& set1, const string& set2)
    {
    // record chars that have already been found to intersect so that we don't
    // add them to result...
  2. Replies
    10
    Views
    2,894

    Hi. I'm curious (though not challenging) why...

    Hi.

    I'm curious (though not challenging) why that in itself would be a security risk. Is the concern that you could 'replace' a system command that gets called through a script somewhere with a...
  3. Replies
    10
    Views
    2,894

    Path Issue

    Hi.

    It sounds like you ran into a path issue. Under Linux (and other UN*X's) the current directory (named '.') is not explicitly in your path unless you set your $PATH environment variable to...
Results 1 to 3 of 3