+ 1
The benefits of the Pointers ?
1 ответ
+ 5
They are fundamentals of c++ programming and there lot of use cases for them. For example,
1: dynamic memory allocation
2: working with multi dimensional arrays
3: help you understand how systems work
However, modern languages try to avoid them because they are not easy to understand and use. But it is directly connected to your needs and the way you want to implement it.