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

Search:

Type: Posts; User: HoustonFarrier

Search: Search took 0.03 seconds.

  1. Replies
    0
    Views
    1,216

    NamedPipe Problems

    I have a service running on 2 machines. One in a "server" mode, the other in a "client" mode.


    Server Mode Pipe


    PipeSecurity ps = new PipeSecurity();
    ...
  2. Replies
    3
    Views
    786

    Re: File searching via linked list

    You should not return until you have walked the entire list.

    Move the temp = temp->link; past the compare. Remove the returns .

    Steve
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured