0
Pointers
I'm struggling with pointers in c++. Can anyone describe it in simple words?
2 Respuestas
+ 1
pointers point on the value(adress) of the Vatiable in the memory.
If the memory is a book, the pointer points on the page and line where the value is written.
+ 1
Thank you guys 🙂🙂