Answer the question
In order to leave comments, you need to log in
What literature, resources on pointers and dynamic arrays can you recommend?
Not long ago I began to study pointers, and to be honest, I just don’t understand them.
I would like to know more about them, especially examples of use, and more practice with answers.
Answer the question
In order to leave comments, you need to log in
In a nutshell: a pointer stores the address of some memory location. Through dereference of the pointer it is possible to read/write this memory. Arithmetic operations such as addition and subtraction on pointers - changing the pointer by as many bytes as it takes one unit of data to which it points. Convenient for "get the 123rd DWORD from an array when the array starts at 0x400000" and the like.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question