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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T14:54:45+00:00 2026-05-19T14:54:45+00:00

I am looking for a way to put large arrays of data (stored inside

  • 0

I am looking for a way to put large arrays of data (stored inside a class holding basic functionality like checks on the data, size etc) into any STL container, like a vector or a queue (FIFO queue is best since I have a producer and a consumer).

The problem is that I have to implement the copy constructor and.. well.. I don’t want to make a deep copy (since it takes too much time, so I stick to a shallow copy), but then again I have the problem of not knowing when to delete the array of data in the destructor (since I call the destructor twice and only have the data once, plus, the first call to the destructor likely comes from inserting/moving the element in the container, so I still need the array-data at that point).

I thought about using smart pointers like std::shared_ptr for the data array, but from what I have read they don’t call delete [] but rather delete – which is a shame since I have an ordinary array [].

Right now I have a solution that by hand calls a “DeleteArray” function on the class before removing it from the container. It works great but.. it is not nice.

Any ideas?

  • 1 1 Answer
  • 2 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-19T14:54:45+00:00Added an answer on May 19, 2026 at 2:54 pm

    Boost has a shared_array class that is like shared_ptr but will use delete[], or you can add a custom deleter to shared_ptr that will make it call delete[].

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

Sidebar

Related Questions

I was looking for a way to put my existing project under source control,
I'm looking for a way to put several of my projects under version control,
I'm looking for way to create list view as like in IOS with pinned
I'm looking for way to write Javascript programs / scripts on desktop, not inside
I'm looking for a way to put real time features into my web site.
there is 4 fields like <input id=address01 name=address01 class=text large /> <input id=address02 name=address02
I'm looking for a way to put an event trigger on a Windows XP
I'm looking for a way to put a piece of plain javascript in the
I am looking for a simple way to put a thread to sleep and
I am looking to put together a flowchart for determining which data structures are

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.