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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T21:17:53+00:00 2026-05-15T21:17:53+00:00

Probably all that I’m asking for is a link to a website that I

  • 0

Probably all that I’m asking for is a link to a website that I have yet to find. But coming from a Java background, what are the general guidelines for handling memory allocation and deletion in C++? I feel like I may be adding all sorts of memory leaks to my application. I realize that there are several variants of smart pointers, and you can mention them too me as well, but I’d like to focus on standard C++ pointers.

  • 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-15T21:17:53+00:00Added an answer on May 15, 2026 at 9:17 pm

    My usual policy is this

    • Use smart pointers where usage is at all complex.
    • All raw pointers are owned by a specific object that is responsible for deleting it.
    • The constructor always either allocates the pointer or initializes it to null if it’s to be set later.
    • The destructor always deletes any contained pointers
    • Those rules ensure that pointers get deleted when their owning objects are deleted eliminating most common memory leak situations.
    • Never pass an internal pointer into another object, always pass the container object and have the the called function call member functions of the container object to act on the “pointer”.
    • Disable copying of the container object. In rare cases implement the copy so that it copies the pointed to object. But never allow the owning object to be copied without also copying the contained object.
    • The previous two rules ensure that you can’t have copies of the pointer pointing to deleted memory.
    • Don’t try to implement reference counting. If you need a reference counted pointer use a smart pointer class and contain that.

    I’ve found those rules generally ensure you can use raw pointers safely and efficiently, and if you want to break those rules then use a smart pointer instead.

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

Sidebar

Related Questions

I have code that all over the place(probably 20-30 instances) does this: <widget>.setVisible((condition ==
I have read probably all posts and documentation but I still can't solve this
My problem in here ( probably ) is that $db->fetch_array won't show all the
I am using ASP.Net MVC but this probably applies to all MVC patterns in
First of all there is probably a question like this already but i couldn't
Morning y'all This is probably an easy one but I barely got any sleep
Sorry this is probably super basic. But in all my javabean examples, I've not
This question probably reveals my total lack of knowledge in Java. But let me
This is probably a noob question, but I can't seem to find the answer.
I know you all probably thinking that on() is the solution and I hope

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.