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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T02:25:45+00:00 2026-05-14T02:25:45+00:00

I have a simple gateway listener which generates a log at the screen output

  • 0

I have a simple gateway listener which generates a log at the screen output via printf. I would like to record it so I can insert it in a mysql table.

printf("\nPacket received!! Decoding...");

I wonder if there is any fast way to do this is C.

In case there is, could I get both outputs at the same time?

Thanks

  • 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-14T02:25:45+00:00Added an answer on May 14, 2026 at 2:25 am

    I’m not aware of any function that does output buffering in C. But you can simulate one easily like:

    char buffer[MAX_BUFFER_SIZE] = ""; // that buffers your output.
    char temp[SOME_SUITABLE_MAX];
    

    now everytime you are using printf, use a sprintf as follows:

    sprintf(temp,"\nPacket received!! Decoding...");
    

    and them append this string to the buffer

    strcat(buffer,temp);
    

    keep doing the sprintf followed by strcat for every message you want to buffer and once done buffer will have the buffered output.

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

Sidebar

Related Questions

I have the following code in my simple ubercart payment gateway module to redirect
I have simple class with width and height member fields which define number of
I have a kind of Http-Gateway app, which acts as an http client towards
Have simple C# console app which imports text data into SQL. It takes around
I have a simple rails website to which I need to add a payments
I have a simple website I'm testing. It's running on localhost and I can
i have simple table with two fields: ID and Date how can i do
I have simple user registration form. In which i am puting city as a
I have compiled a simple ASP.NET project to test first data global gateway API
I have simple RoR application with devise. Here is the output ot rake routes

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.