CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: HawkeyeD

Search: Search took 0.03 seconds.

  1. Replies
    4
    Views
    4,793

    Re: Boyer-Moore string search help

    Thanks all,

    I actually came up with this:



    Private Function Last(ByVal charCurrentValue As Char, ByVal arrSearchArray() As Char) As Integer
    Dim intSrchSize As Integer =...
  2. Replies
    4
    Views
    4,793

    Boyer-Moore string search help

    Ok, I do not like doing this as it is for school and not for my work, but I am really stuck here at the moment.

    My prof has me doing an assignment in which I make use of two different search...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured