Modern C++:Efficient and Scalable Application Development
上QQ阅读APP看书,第一时间看更新

Allocating memory in code

C++ defines two operators, new and delete, that allocate memory from the free store and release memory back into the free store.