Answer the question
In order to leave comments, you need to log in
Where can I read about a simple explanation of pointers in C/C++?
Is it possible to read somewhere a simple explanation of pointers (all these asterisks, placed on different sides, ->, &) in c / c ++ for a programmer who has been writing in Delphi all his life?
Answer the question
In order to leave comments, you need to log in
Here is a very simple and understandable book for delphists. I learned from it myself.
Or Stephen Prata .
Well, if you are familiar with caps and dogs, there should not be any problems.
Only the reference type is added, which behaves like a truncated dereferenced pointer.
I like this author:
ermak.cs.nstu.ru/cprog/html/052.htm
ermak.cs.nstu.ru/cprog/html/062.htm
Only practice will give a total understanding, look for simple problems with linked lists.
A pointer is an address in memory.
There are also addition and subtraction operations. And then cppreference in the teeth. Everything is clear there
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question