I am reading the C programing guide and all of a sudden it starts talking about pipes. Can someone simply tell me what a pipe is.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
They are OS objects appearing as file descriptors in different processes, allowing output of one to be the input of the other. Read here.