We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
One way to dynamically deallocate memory, is using delete followed by a pointer value.
delete
delete my_pointer
delete can only be used as a statement
free()
delete and free() are identical
Table of Contents