книги Наука, техника, медицина Гуманитарные науки Общественные науки Социология Общая и теоретическая социология Социальные конфликты

Allocator (C++)

Код 2328705

  • ISBN: 978-5-5105-6085-5

Нет в продаже

Аннотация к книге "Allocator (C++)"

High Quality Content by WIKIPEDIA articles! In C++ computer programming, allocators are an important component of the C++ Standard Library. The standard library provides several data structures, such as list and set, commonly referred to as containers. A common trait among these containers is their ability to change size during the execution of the program. To achieve this, some form of dynamic memory allocation is usually required. Allocators handle all the requests for allocation and deallocation of memory for a given container. The C++ Standard Library provides general-purpose allocators that are used by default, however, custom allocators may also be supplied by the programmer.

Оставить комментарий

Оцените книгу:

ISBN: 978-5-5105-6085-5

Книга находится в категориях

Здравоохранение C/C++ Биология Основы медицины, учебная литература

Вместе с этой книгой покупают