Is there a way to redirect stdout with low level API… haven’t found a function or a way to actually do this….
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.
The
dupsystem call should let you redirect stdout, as shown in this example.freopenalso will work, if you’re redirecting to a file, butdupcan also be usedwith pipes and sockets.