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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T11:05:30+00:00 2026-05-16T11:05:30+00:00

Is there a difference between: operator delete(some_pointer); and delete some_pointer; and if so what

  • 0

Is there a difference between:

operator delete(some_pointer);

and

delete some_pointer;

and if so what is the difference and where one should use one and where the other version of this operator?
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-16T11:05:30+00:00Added an answer on May 16, 2026 at 11:05 am

    Ironically, the delete operator and operator delete() are not the same thing.

    delete some_pointer; calls the destructor of the object pointed to by some_pointer, and then calls operator delete() to free the memory.

    You do not normally call operator delete() directly, because if you do, the object’s destructor will not be called, and you are likely to end up with memory leaks.

    The only time you have to care about operator delete() is when you want to do your own memory management by overriding operator new() and operator delete().

    To top it off, you should also be aware that delete and delete [] are two different things.

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

Sidebar

Related Questions

Is there any difference between the following two examples and should one be preferred
In python language, is there any difference between '>>' operator and '/' operator in
Is there a difference between this.form and document.forms (document[forms]) or, are they similar? Here
Is there any difference between doing this: $(.topHorzNavLink).click(function() { var theHoverContainer = $(#hoverContainer); var
Someone recently asked me the difference between a C++ standard operator (e.g. new,delete,sizeof) and
Are there differences between these examples? Which should I use in which case? var
Is there any difference between MySQL BETWEEN operator and using >= <=? When i
Is there a difference between defining a global operator that takes two references for
Is there a general difference between doing (*ptr).method() vs ptr->method() I saw this question
Possible Duplicate: php == vs === operator Is there a difference between !== and

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.