New演算子
1. New (C++)In the C++ programming language, as well as in many C++-based languages, new is a language construct that dynamically allocates memory on the heap and initialises the memory using the constructor. Except for a form called the "placement new", new attempts to allocate enough memory on the heap for the new data. If successful, it initialises the memory and returns the address to the newly allocated and initialised memory.
Read “New (C++)” on English Wikipedia
Read “New演算子” on Japanese Wikipedia
Read “New (C++)” on DBpedia
Read “New (C++)” on English Wikipedia
Read “New演算子” on Japanese Wikipedia
Read “New (C++)” on DBpedia
Discussions
Log in to talk about this word.