Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

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.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4084910
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T18:30:00+00:00 2026-05-20T18:30:00+00:00

After redirecting standard input and output to some files(for example) using freopen how can

  • 0

After redirecting standard input and output to some files(for example) using freopen how can I redirect them back to where they were at the very beginning?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-20T18:30:01+00:00Added an answer on May 20, 2026 at 6:30 pm

    You can duplicate/clone the initial FD’s using id = fcntl(blah,F_DUPFD,0), and then use dup2(0,id) to copy it back (after closing stdin!), then reopen the file using fdopen(). Repeat for the others. However, that probably doesn’t get you what you want exactly – it gets you a random filehandle that is associated with FD 0, not changing ‘stdin’.

    Another kind-of ugly option is to spawn off a thread (which implicitly dups stdin/etc), fdreopen them, do your processing, then exit the thread (closing the reopened stdin/etc) and unblock the main process (which never was changed). This is indirect but probably both portable and guaranteed to work.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am redirecting from some page to index.html. Page redirect to index by using
After changing my site structure I need help redirecting links. How can I redirect
I'm using mvc form authenticate. After session Timeout it's automatically redirecting to login page.
I am using the Redirect After Post pattern in my ASP.NET MVC application. I
What's the best practice for redirecting the user, using Devise, back to the page
I have problems with redirecting user after authorization back to the app tab in
Goal: Have first input box background-color change to green (on target.html) after redirecting. It
Please Help me, I am storing some session variables but after redirecting to another
I'm saving the output of a command after redirecting its stdout, stderr and passing
I have some problems with redirecting/reloading after a successful ajax call. Here is the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.