N
N
nkorobkov2017-01-11 16:56:07
Books
nkorobkov, 2017-01-11 16:56:07

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

2 answer(s)
S
sitev_ru, 2017-01-11
@sitev_ru

malloc - cppstudio.com/post/856
realloc - cppstudio.com/post/860
free - cppstudio.com/post/850
new and delete - cppstudio.com/post/432

A
Ariox41, 2017-01-11
@Ariox41

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 question

Ask a Question

731 491 924 answers to any question