Search:

Type: Posts; User: SirPrattlepod

Search: Search took 0.01 seconds.

  1. Replies
    17
    Views
    2,111

    It looks like it should work. Have you...

    It looks like it should work.

    Have you considered combining the three loops into one?
  2. Replies
    17
    Views
    2,111

    Since every character in the string must be...

    Since every character in the string must be checked, is there an advantage to using std::find? I think using find would result in requiring four loops (see my suggestion below) similar to how the...
Results 1 to 2 of 2