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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T11:20:19+00:00 2026-05-16T11:20:19+00:00

I have a buffer of raw values, say, void* buffer or better, char* buffer

  • 0

I have a buffer of raw values, say, void* buffer or better, char* buffer – a raw byte stream, for example, read from a file. I’d like the bytes in the buffer to be represented and displayed in several ways, for example, as a float, or as a long long in runtime. I’d ask a user for desired format string, for example, %10d, and pass the format string to printf(). However, there are no format specifiers in printf() so it would expect an untyped (or byte-stream) buffer as a second argument?

How can I tell printf() to get the expected data from the buffer and display it according to the given format string? I won’t like to use switch-case or if-then trees.

  • 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-16T11:20:19+00:00Added an answer on May 16, 2026 at 11:20 am

    You need to deserialize the bytestream into values. Both bytes and floats are non-text binary, but the translation between them still depends on endianness and, to be pedantic, whether the machine has IEEE FP math.

    Once you’ve correctly read the bytes into native values, just use the regular format specifiers.

    If you’re sure that no byte translation is necessary, just cast void* to the desired float* or whatever, dereference the pointer, and print it as usual. But, that’s very unportable and can crash on the wrong machine.

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

Sidebar

Related Questions

I have written a raw binary image file into a buffer which is an
I have file Image_RGB565.raw which contains image buffer in RGB565 format. I want this
I have a raw buffer with it i need to make 3 others, the
I have a raw image buffer in the RGB format. I need to draw
fclose() is causing a segfault. I have : char buffer[L_tmpnam]; char *pipeName = tmpnam(buffer);
I have a large buffer: char *buf = malloc(1000000000); // 1GB If I forked
I have created a raw socket which takes all IPv4 packets from data link
I have a raw table used as a kind of buffer where periodically new
This is the scenario; // I have created a buffer void *buffer = operator
I have a wave file in 16bit PCM form. I've got the raw data

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.