CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jul 2009
    Posts
    154

    [RESOLVED] new and delete overloading

    Hi,

    How do you simply overload new and delete to make your own allocator function?
    Throughout the whole project

    Thanks

  2. #2
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,430

    Re: new and delete overloading

    Victor Nijegorodov

  3. #3
    Join Date
    Jul 2009
    Posts
    154

    Re: new and delete overloading

    I can only find examples about new and delete overloading inside a class, not globally
    Last edited by ProgrammerC++; October 23rd, 2010 at 08:49 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured