Commit 74357d8a authored by Tasha "Ren" Chin's avatar Tasha "Ren" Chin Committed by GitHub

Created a glossary and added one new entry (GH-3810)

parent 4aec0211
.. glossary::
pointer
A **pointer** is a variable that stores the address of another variable (i.e. direct address of the memory location). They allow for dynamic memory allocation and deallocation. They can be used to build dynamic data structures. `Read more <https://en.wikipedia.org/wiki/Pointer_(computer_programming)#C_pointers>`__.
......@@ -35,3 +35,4 @@ Indices and tables
.. toctree::
glossary
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment