Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. thedeveloperinlondon

    How can i send HTTP Request from C/C++ ? ..please help me

    is there any C++ classes that encapsulates this?
  2. thedeveloperinlondon

    how to do pipes in C

    does anyone know where i can find some example codes of how to do something like the following in C : input | process | output i need to be able to supply the input to the process and read the output it gives onto a variable.
  3. thedeveloperinlondon

    trying to pipe in both direction

    using the following program i am trying to feed a certain external process with its input and take its output and store the whole output onto a variable. i am from a perl background, usually in perl we can use |s easily with filehandles. can anyone point out what i did wrong below? // script...

Part and Inventory Search

Back
Top