Search:

Type: Posts; User: matsp

Search: Search took 0.13 seconds.

  1. As has been explained, it is not the difference...

    As has been explained, it is not the difference between Linux and Windows EXACTLY that is the problem - it is a case of how std::find() is implemented in the two C libraries. You may find that if you...
  2. Both me and Adak have answered the question NOW...

    Both me and Adak have answered the question NOW (whether it was answered before or not). You need a "distance between iterators".

    The reason you DON'T in Windows is probably due to the...
  3. You need a operator- that takes an iterator as...

    You need a operator- that takes an iterator as the right-hand-side. You only have an Int version.

    --
    mats
Results 1 to 3 of 3