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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T16:47:41+00:00 2026-06-09T16:47:41+00:00

I have a container class which receives a pointer to a dynamic array from

  • 0

I have a container class which receives a pointer to a dynamic array from a c api. This class then becomes the owner of the buffer and must delete it using delete[].

So this buffer might have been created as follows:

Value*ptr = malloc(10 * sizeof(Value));

I also have a class called ValueWrapper which operates on a single Value.

My container has a getter which returns ValueWrapper objects, something like this:

ValueWrapper Container::valueWrapper(int index)
{
    return ValueWrapper(_value[index]);
}

However, objects of type VWrapper will have an invalid Value* once my container is destroyed.

How can I deal with this problem? I need to share ownership of Value*’s in some way. Would it be reasonable to insist that ValueWrapper objects can only be used when the Container is in scope and write this in the comment for Container::valueWrapper(int index)?

  • 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-06-09T16:47:42+00:00Added an answer on June 9, 2026 at 4:47 pm

    If you want shared ownership, then you can unpack the array into an array of std::shared_ptr and remove the deletions. If you don’t have C++11 support you could use boost::shared_ptr or std::tr1::shared_ptr.

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

Sidebar

Related Questions

I have a container class which I would like to use to print all
I have a container class which uses boost::optional to hold the value. Here is
I have a custom container class for which I'd like to write the iterator
I have an class which should send/receive data in packet form. This class contains
I have a class which contains a static collection that can be used across
I have a class which contains 5 properties. If any value is assingned to
I have a parent class which contains a child object. I am using set
I have an abstract class which contains method for setting header text. It looks
Hi i have a class which contains different methods for checking database values. Each
Alright so here is the question. I have a user class which contains a

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.