Complete Modern C++ - Dynamic Arrays

Complete Modern C++ - Dynamic Arrays

Assessment

Interactive Video

Information Technology (IT), Architecture

University

Hard

Created by

Quizizz Content

FREE Resource

The video discusses the issues with using default deleters in unique and shared pointers for dynamic arrays, highlighting the lack of subscript operator support. It suggests using partial specialization of unique pointers for array types to solve these issues. The video also advises against using dynamic arrays with shared pointers in older C++ standards and recommends using containers like vectors for dynamic arrays that need to grow at runtime.

Read more

1 questions

Show all answers

1.

OPEN ENDED QUESTION

3 mins • 1 pt

What new insight or understanding did you gain from this video?

Evaluate responses using AI:

OFF