Search:

Type: Posts; User: grumpy

Search: Search took 0.06 seconds.

  1. Replies
    15
    Views
    12,644

    No, it actually depends on the implementation of...

    No, it actually depends on the implementation of the standard library that ships with your compiler.

    The practical rule: if you are using any functions from a standard header file, ensure you...
  2. Replies
    15
    Views
    12,644

    Wrong. myvector2 is a vector of strings. It's...

    Wrong. myvector2 is a vector of strings. It's elements are strings.

    In response to the original question, you might want to look up std::set_difference .... it's an algorithm in the C++...
Results 1 to 2 of 2