CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Pipes

  1. #1
    Join Date
    Jan 2002
    Location
    Bangalore, India
    Posts
    28

    Pipes

    Hi

    Can any body give me a small and relevant introduction to
    pipes w.r.t C++ coding, with various functions including CreatePipe().

  2. #2
    Join Date
    May 2002
    Location
    Atlanta,GA
    Posts
    262

    Pipes

    There are lots of good pipe coding tutorials on the web. Here's one that is applicable for Windows and Linux.

    http://www-106.ibm.com/developerwork...,l=920,p=pipes
    Jared

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured