Answer the question
In order to leave comments, you need to log in
Where can I get more material on the topic "Functions for working with dynamic memory in C ++"?
I am writing a term paper on a given topic. Please, who can, share links / books / articles on the topic, or at least the names of functions for working with dynamic memory, which can be described in the term paper. Thank you in advance, I promise to mark the correct answers.
Answer the question
In order to leave comments, you need to log in
malloc - cppstudio.com/post/856
realloc - cppstudio.com/post/860
free - cppstudio.com/post/850
new and delete - cppstudio.com/post/432
Do you need functions, or still approaches to working with dynamic memory?
If it's a function, then I recommend to google the overloading of the operators new and delete, and their various variations (in particular, placement new and non-throwing new), well, the sish malloc, realloc, free.
Variants of new and related functions can be found here .
If there are approaches, then at least smart pointers and allocators are added.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question