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

Search:

Type: Posts; User: terminalXXX

Search: Search took 0.03 seconds.

  1. Replies
    6
    Views
    1,903

    Re: return string length

    Thank you for your confirmation
  2. Replies
    6
    Views
    1,903

    Re: return string length

    Yes, thank yu, that is why I ask whether or not should I minus one from the second function to match the two version ? For example, my current code is using the first function and I need to upgrade...
  3. Replies
    6
    Views
    1,903

    Re: return string length

    Ok why does the example in http://msdn.microsoft.com/en-us/library/s7wzt4be%28v=vs.80%29.aspx
    yield 14 while
    http://msdn.microsoft.com/en-us/library/5d7tc9zw%28v=vs.80%29.aspx 13 ?
  4. Replies
    6
    Views
    1,903

    return string length

    Today we have run into a little problem, too tiny for me to have paid my attention to


    int processString(xxx)
    {
    //do something
    return non-null terminated string length
    }

    to make the...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured