Named pipe

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • usyra42
    New Member
    • Mar 2007
    • 8

    Named pipe

    i need to create a Template class in which i need to create a Named pipes from it.And this program should be done in C++ .Please i need to complete this project as soon as possible.
  • svlsr2000
    Recognized Expert New Member
    • Feb 2007
    • 181

    #2
    Originally posted by usyra42
    i need to create a Template class in which i need to create a Named pipes from it.And this program should be done in C++ .Please i need to complete this project as soon as possible.
    Could you post your code or part of your code, where you are getting struck.

    Comment

    • usyra42
      New Member
      • Mar 2007
      • 8

      #3
      Originally posted by svlsr2000
      Could you post your code or part of your code, where you are getting struck.
      Actually i am not getting how to start upon.if u give an idea how to create a Template Class of a Named pipe it would be really grateful.

      Comment

      • horace1
        Recognized Expert Top Contributor
        • Nov 2006
        • 1510

        #4
        Originally posted by usyra42
        Actually i am not getting how to start upon.if u give an idea how to create a Template Class of a Named pipe it would be really grateful.
        Have you written template classes before?

        have you written code using named pipes?

        are using Unix pipes
        http://developers.sun. com/solaris/articles/named_pipes.htm l

        or windows pipes
        http://msdn2.microsoft .com/en-us/library/aa365150.aspx
        http://msdn2.microsoft .com/en-us/library/aa365150.aspx

        Comment

        • usyra42
          New Member
          • Mar 2007
          • 8

          #5
          Originally posted by horace1
          can u please give an idea how can i relate template classes which can be related to named pipe in order to make generic named pipe in C++

          Comment

          Working...