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

  • Home
  • SEARCH
  • 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 3488104
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T11:13:47+00:00 2026-05-18T11:13:47+00:00

Sp I have a function like: void WriteToUrl(const unsigned char *buf, int size) {

  • 0

Sp I have a function like:

void WriteToUrl(const unsigned char *buf, int size)
{
boost::asio::write(s, boost::asio::buffer(buf, size));
}

Do I need to delete buffer if I do not use it any where else? How do I need to clean after y function?

  • 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-18T11:13:48+00:00Added an answer on May 18, 2026 at 11:13 am

    If I have understood you are always the ownership of the buffer ‘buf’. With synchronous operations, as ::write, you can delete the buffer as soon as ::write finish. With asynchronous operations, as ::async_write, you need to give an asynchronous completion token (a callback) which will be called when the operation has been done. The you could delete the buf in this callback.

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

Sidebar

Related Questions

I have a function like below: void add(int&,float&,float&); and when I call: add(1,30,30) it
My C++ DLL have a function like this: void func1(int& count, int* pValue); this
i have a function like void printMe (void *i) { printf(%d, i); } where
Let's say I have a function like: void myFunc(List<AClass> theList) { string[] stuff =
If I have a function like this void setSomeObject( SomeObjectClass obj /*, and some
This is on the iPhone. So what if I have a function like -
Let's say I have a function that accepts a void (*)(void*) function pointer for
I have a function for which i am sharing a group of link buttons
I'm trying to use C stdarg.h lib, with a generic type. The type int,
I create a servercontrol for ASP.Net. For being short and precise I just list

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.