Skip to content

Page 96, delete[] my_int_ptr s/b delete[] my_int_array_ptr #180

@adem

Description

@adem

In the Dynamic Storage Duration > Dynamic Arrays section, the example for deallocating the previously allocated my_int_array_ptr reads delete[] my_int_ptr.

Instead, it should read delete[] my_int_array_ptr.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions