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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T12:07:18+00:00 2026-05-18T12:07:18+00:00

In C for example, there is no malloc() without a runtime library (libc). And

  • 0

In C for example, there is no malloc() without a runtime library (libc). And I think for example, on Windows malloc just calls HeapAlloc(). But in C++, the way to allocate dynamic memory is actually a keyword of the language; same for “delete”. So therefore, how would “new” work if you compiled your code without a runtime library?

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-18T12:07:18+00:00Added an answer on May 18, 2026 at 12:07 pm

    If new operator is not overloaded, it is generally the same as malloc function. It is platform dependent. The only difference, is that it automatically manage the initialization of the data.

    EDIT:

    On linux you can not compile without standard library. You got the following message:

    phong@colinux ~ $ g++ -nostdlib test.cpp
    /usr/bin/ld: warning: cannot find entry symbol _start; defaulting to 00000000080480d8
    /tmp/ccOV36hW.o: In function `main':
    test.cpp:(.text+0x11): undefined reference to `operator new(unsigned int)'
    test.cpp:(.text+0x21): undefined reference to `operator delete(void*)'
    /tmp/ccOV36hW.o:(.eh_frame+0x12): undefined reference to `__gxx_personality_v0'
    collect2: ld returned 1 exit status
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

There is this example code, but then it starts talking about millisecond / nanosecond
Is there a way in C# to play audio (for example, MP3) direcly from
I will explain problem with an example: There is two table in my database,
At http://docs.jquery.com/UI/Tabs#Example there is a short HTML example of how to use JQuery UI
Is there good example code or a test project for explaining the Model–view–presenter (MVP)
I'm modifying existing security code. The specifications are pretty clear, there is example code,
Is there any good example to give the difference between a struct and a
Is there a class/example application for a message-only window that is in C++ Win32
Are there any tools available that will calculate code metrics (for example number of
For example, in Java there is Functional Java and Higher-Order Java . Both essentially

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.