best answer > What is the use of new and delete operator in C++ 2024?- QuesHub | Better Than Quora
  • What is the use of new and delete operator in C++ 2024?

    C++ operators

    Questioner:Lucas Clark 2023-05-05 10:25:53
The most authoritative answer in 2024
  • Charlotte Lee——Studied at the University of São Paulo, Lives in São Paulo, Brazil.

    C++ supports dynamic allocation and deallocation of objects using the new and delete operators. These operators allocate memory for objects from a pool called the free store. The new operator calls the special function operator new, and the delete operator calls the special function operator delete.read more >>
    +119962023-05-09 10:25:53

About “C++、、operators”,people ask:

READ MORE:

QuesHub is a place where questions meet answers, it is more authentic than Quora, but you still need to discern the answers provided by the respondents.

分享到

取消