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 39911
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T14:56:23+00:00 2026-05-10T14:56:23+00:00

Is there a (cross-platform) way to get a C FILE* handle from a C++

  • 0

Is there a (cross-platform) way to get a C FILE* handle from a C++ std::fstream ?

The reason I ask is because my C++ library accepts fstreams and in one particular function I’d like to use a C library that accepts a FILE*.

  • 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. 2026-05-10T14:56:23+00:00Added an answer on May 10, 2026 at 2:56 pm

    The short answer is no.

    The reason, is because the std::fstream is not required to use a FILE* as part of its implementation. So even if you manage to extract file descriptor from the std::fstream object and manually build a FILE object, then you will have other problems because you will now have two buffered objects writing to the same file descriptor.

    The real question is why do you want to convert the std::fstream object into a FILE*?

    Though I don’t recommend it, you could try looking up funopen().
    Unfortunately, this is not a POSIX API (it’s a BSD extension) so its portability is in question. Which is also probably why I can’t find anybody that has wrapped a std::stream with an object like this.

    FILE *funopen(               const void *cookie,               int    (*readfn )(void *, char *, int),               int    (*writefn)(void *, const char *, int),               fpos_t (*seekfn) (void *, fpos_t, int),               int    (*closefn)(void *)              ); 

    This allows you to build a FILE object and specify some functions that will be used to do the actual work. If you write appropriate functions you can get them to read from the std::fstream object that actually has the file open.

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

Sidebar

Related Questions

Is there a cross-platform way (in C/C++) to make from a unsigned char an
Is there a cross-platform network library for the iPhone? Is ACE available for the
There are so many cross platform libraries that I am kinda lost to get
Is there anyway to create a desktop icon (cross platform/browser) from a linked image
I need a cross-platform way to get the current working directory (yes, getcwd does
Is there a way to get an image from a usb scanner (on Windows
I was thinking of cross platform support the easiest way, there were many answers,
Is there any cross-platform way to check that my Python script is executed with
Is there any cross-platform way to figure out which window is at a certain
In C and C++ is there a cross-platform way of yielding a thread? Something

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.