pointers

Table of Contents

1. Absract

Pointers enable several powerful concepts to be realized feasibly. They are a convenience notion that allow one to direct a unit to another and form parametrized linkages rather than hardcoded ones. Essentially, one could envision them as the generic glue that is capable of holding together semantically related entities.

Tags::programming: